Package oracle.iam.catalog.vo
Class CatalogLightVO
java.lang.Object
oracle.iam.catalog.vo.CatalogLightVO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
setAutoTags
(String autoTags) void
setCategory
(String category) void
setCreateBy
(Long createBy) void
setDeleted
(Integer deleted) void
setDescription
(String description) void
setDisplayName
(String displayName) void
setEntityId
(String entityId) void
setEntityType
(OIMType entityType) void
void
setOwnerKey
(String ownerKey) void
setParentEntityKey
(String parentEntityKey) void
setParentEntityType
(OIMType parentEntityType) void
setUpdateBy
(Long updateBy) toString()
-
Constructor Details
-
CatalogLightVO
public CatalogLightVO()
-
-
Method Details
-
getDeleted
-
setDeleted
-
getEntityId
-
setEntityId
-
getEntityType
-
setEntityType
-
getName
-
setName
-
getDisplayName
-
setDisplayName
-
getDescription
-
setDescription
-
getCategory
-
setCategory
-
getCreateBy
-
setCreateBy
-
getUpdateBy
-
setUpdateBy
-
getAutoTags
-
setAutoTags
-
getParentEntityKey
-
setParentEntityKey
-
getParentEntityType
-
setParentEntityType
-
setOwnerKey
-
getOwnerKey
-
toString
-