Class CollectionAttributeDTO
java.lang.Object
com.skava.oms.model.dto.collection.CollectionAttributeDTO
- All Implemented Interfaces:
Serializable
The Class contains the dto model for collection attributes.
- Author:
- Infosys Equinox
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCollectionAttributeDTO
(CollectionAttribute attribute) Instantiates a new collection attribute. -
Method Summary
-
Field Details
-
name
The collection id. -
type
The type of the attribute. -
description
The collection id. -
defaultValue
The collection id. -
nullable
protected boolean nullableThe attribute emptiness of the attribute.
-
-
Constructor Details
-
CollectionAttributeDTO
Instantiates a new collection attribute.- Parameters:
attribute
- The collection's attribute.
-