Class CollectionAttributeVO

java.lang.Object
com.skava.auth.model.rest.entities.CollectionAttributeVO
All Implemented Interfaces:
Serializable

public class CollectionAttributeVO extends Object implements Serializable
Data transfer class contains the collection attribute details, such as name, type, etc.
Author:
Infosys Equinox
See Also:
  • Field Details

    • name

      protected String name
      The name of the attribute.
    • type

      protected String type
      The type of the attribute.
    • description

      protected String description
      The description of the attribute.
    • defaultValue

      protected String defaultValue
      The default value of the attribute.
    • nullable

      protected boolean nullable
      The attribute emptiness of the attribute.
  • Constructor Details