Package com.skava.model.domain
Class CollectionPropertyDomain
java.lang.Object
com.skava.model.domain.CollectionPropertyDomain
This class defines the model for CollectionProperty (Domain Object) holds the collection properties details.
- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The Attribute Id.protected long
The Collection Id.protected Long
The created by.protected Date
The created date time.protected Long
The id.protected String
The property name.protected Long
The updated by.protected Date
The updated date time.protected String
The property value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The id. -
createdBy
The created by. -
updatedTimestamp
The updated date time. -
updatedBy
The updated by. -
value
The property value. -
createdTimestamp
The created date time. -
name
The property name. -
attributeId
protected long attributeIdThe Attribute Id. -
collectionId
protected long collectionIdThe Collection Id.
-
-
Constructor Details
-
CollectionPropertyDomain
public CollectionPropertyDomain()The collection property object.
-