Class CollectionAttributeVO
java.lang.Object
com.skava.auth.model.rest.entities.CollectionAttributeVO
- All Implemented Interfaces:
Serializable
Data transfer class contains the collection attribute details, such as name, type, etc.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCollectionAttributeVO
(CollectionAttribute attribute) Construct theCollectionAttributeVO
object by parsing theCollectionAttribute
object. -
Method Summary
-
Field Details
-
name
The name of the attribute. -
type
The type of the attribute. -
description
The description of the attribute. -
defaultValue
The default value of the attribute. -
nullable
protected boolean nullableThe attribute emptiness of the attribute.
-
-
Constructor Details
-
CollectionAttributeVO
Construct theCollectionAttributeVO
object by parsing theCollectionAttribute
object.- Parameters:
attribute
- aCollectionAttribute
object. Collection attribute Information from persistence context.
-