Package com.thed.model
Class TCRCatalogTree
java.lang.Object
com.thed.model.TCRCatalogTree
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
getType()
int
hashCode()
void
setCategories
(Set<TCRCatalogTree> categories) void
setCreatedBy
(Long createdBy) void
setCreatedOn
(Date createdOn) void
setDescription
(String description) void
void
setLastModifiedBy
(Long lastModifiedBy) void
setLastModifiedOn
(Date lastModifiedOn) void
setLinkedTCRCatalogTreeId
(Long linkedTCRCatalogTreeId) void
void
setParent
(TCRCatalogTree parent) void
setParentId
(Long parentId) void
setReleaseId
(Long releaseId) void
setRevision
(Integer revision) void
-
Constructor Details
-
TCRCatalogTree
-
TCRCatalogTree
public TCRCatalogTree()
-
-
Method Details
-
getCategories
- Returns:
- the categories
-
setCategories
- Parameters:
categories
- the categories to set
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getDescription
-
setDescription
-
getParent
- Returns:
- the parent
-
setParent
- Parameters:
parent
- the parent to set
-
getRevision
- Returns:
- the revision
-
setRevision
- Parameters:
revision
- the revision to set
-
getType
- Returns:
- the type
-
setType
- Parameters:
type
- the type to set
-
getReleaseId
-
setReleaseId
-
getLinkedTCRCatalogTreeId
-
setLinkedTCRCatalogTreeId
-
getCreatedOn
-
setCreatedOn
-
getCreatedBy
-
setCreatedBy
-
getLastModifiedBy
-
setLastModifiedBy
-
getLastModifiedOn
-
setLastModifiedOn
-
getParentId
-
setParentId
-
hashCode
-
equals
-