Package oracle.iam.oimcommon.vo.base
Class AbstractEntity
java.lang.Object
oracle.iam.oimcommon.vo.base.AbstractEntity
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractRiskAwareEntity
,Catalog
,Organization
,Policy
,ResourceType
,User
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the date account was createdGets the user(username) who created the accountgetId()
Gets unique identifiergetName()
Gets the name of account on resource.Gets the date when account was last updatedGets the user(username) who last updated the accountvoid
setCreateDate
(Date createDate) Sets the account create datevoid
setCreatedBy
(String createdBy) Sets the user(username) who created the accountvoid
Sets unique identifiervoid
Sets name of the accountvoid
setUpdateDate
(Date updateDate) Sets the update date for accountvoid
setUpdatedBy
(String updatedBy) Sets the user(username) who last updated the account
-
Constructor Details
-
AbstractEntity
public AbstractEntity()
-
-
Method Details
-
getId
Gets unique identifier- Returns:
- Unique Identifier for the account object
-
setId
Sets unique identifier- Parameters:
id
- Unique Identifier
-
getName
Gets the name of account on resource. (can be a loginName/'ACCOUNTNAME' tag in Data Collection api)- Returns:
- Account Name
-
setName
Sets name of the account- Parameters:
name
- Account Name
-
getCreateDate
Get the date account was created- Returns:
- Account create date
-
setCreateDate
Sets the account create date- Parameters:
createDate
- Account create date
-
getUpdateDate
Gets the date when account was last updated- Returns:
- Date when the account was last updated
-
setUpdateDate
Sets the update date for account- Parameters:
updateDate
- Date when the account was last updated
-
getCreatedBy
Gets the user(username) who created the account- Returns:
- User who created the account
-
setCreatedBy
Sets the user(username) who created the account- Parameters:
createdBy
- User who created the account
-
getUpdatedBy
Gets the user(username) who last updated the account- Returns:
- Use who last updated the account
-
setUpdatedBy
Sets the user(username) who last updated the account- Parameters:
updatedBy
- User who last updated the account
-