Package com.skava.model.domain
Class CollectionDomain
java.lang.Object
com.skava.model.domain.CollectionDomain
This class defines the model Collection (Domain Object) holds the collection details.
- Author:
- Infosys Equinox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Long
The created by.protected Date
The created date time.protected String
The description.protected Long
The id.protected String
The collection name.protected String
The collection status.protected Long
The updated by.protected Date
The updated date time. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The id. -
updatedTimestamp
The updated date time. -
createdTimestamp
The created date time. -
description
The description. -
createdBy
The created by. -
name
The collection name. -
updatedBy
The updated by. -
status
The collection status.
-
-
Constructor Details
-
CollectionDomain
public CollectionDomain()The default class constructor.
-