Package com.skava.accounts.model.entity
Class CollectionAttributesEntity
java.lang.Object
com.skava.accounts.model.entity.CollectionAttributesEntity
- All Implemented Interfaces:
Serializable
The Class CollectionAttributeEntity represents the database fields of collectionattribute.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
defaultValue - default value of the property.protected String
description - description of the property.protected String
name - name of the property.protected boolean
nullable - boolean value to check if the attribute can be null or not.protected String
possibleValues - the possible valuesprotected String
type - type of the attribute -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
name - name of the property. -
description
description - description of the property. -
defaultValue
defaultValue - default value of the property. -
nullable
protected boolean nullablenullable - boolean value to check if the attribute can be null or not. -
type
type - type of the attribute -
possibleValues
possibleValues - the possible values
-
-
Constructor Details
-
CollectionAttributesEntity
public CollectionAttributesEntity()
-