Class CollectionPropertyVO

java.lang.Object
com.skava.core.validation.InputModel
com.skava.auth.model.rest.entities.CollectionPropertyVO
All Implemented Interfaces:
Serializable

public class CollectionPropertyVO extends com.skava.core.validation.InputModel
Data transfer class contains collection property details, such as name and value.
Author:
Infosys Equinox
See Also:
  • Field Details

    • name

      protected String name
      name of the collection property.
    • value

      protected String value
      value of the collection property.
  • Constructor Details