Class CollectionAttribute
java.lang.Object
com.skava.model.datatransferobjects.CollectionAttribute
- All Implemented Interfaces:
Serializable
This class defines the model for CollectionAttribute (Data Transfer Object) holds the collection attributes details.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCollectionAttribute
(CollectionAttributeEntity attribute) Instantiates a new collection attribute. -
Method Summary
-
Field Details
-
name
The name of the attribute. Holds the collection properties name. -
type
The type of the attribute. -
description
The description of the attribute. -
defaultValue
The default value of the attribute. Holds default value of properties. -
nullable
protected boolean nullableThe attribute emptiness of the attribute.
-
-
Constructor Details
-
CollectionAttribute
Instantiates a new collection attribute.- Parameters:
attribute
- HoldsCollectionAttributeEntity
object for creating a collection attribute object.
-