Class CollectionAttributesEntity

java.lang.Object
com.skava.accounts.model.entity.CollectionAttributesEntity
All Implemented Interfaces:
Serializable

@Entity public class CollectionAttributesEntity extends Object implements Serializable
The Class CollectionAttributeEntity represents the database fields of collectionattribute.
Author:
Infosys Equinox
See Also:
  • Field Details

    • name

      protected String name
      name - name of the property.
    • description

      protected String description
      description - description of the property.
    • defaultValue

      protected String defaultValue
      defaultValue - default value of the property.
    • nullable

      protected boolean nullable
      nullable - boolean value to check if the attribute can be null or not.
    • type

      protected String type
      type - type of the attribute
    • possibleValues

      protected String possibleValues
      possibleValues - the possible values
  • Constructor Details

    • CollectionAttributesEntity

      public CollectionAttributesEntity()