Skip navigation links


oracle.iam.oimcommon.vo.base
Class AbstractEntity

java.lang.Object
  extended by oracle.iam.oimcommon.vo.base.AbstractEntity

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbstractRiskAwareEntity, Catalog, Organization, Policy, ResourceType, User

public abstract class AbstractEntity
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
AbstractEntity()
           

 

Method Summary
 java.util.Date getCreateDate()
          Get the date account was created
 java.lang.String getCreatedBy()
          Gets the user(username) who created the account
 java.lang.Long getId()
          Gets unique identifier
 java.lang.String getName()
          Gets the name of account on resource.
 java.util.Date getUpdateDate()
          Gets the date when account was last updated
 java.lang.String getUpdatedBy()
          Gets the user(username) who last updated the account
 void setCreateDate(java.util.Date createDate)
          Sets the account create date
 void setCreatedBy(java.lang.String createdBy)
          Sets the user(username) who created the account
 void setId(java.lang.Long id)
          Sets unique identifier
 void setName(java.lang.String name)
          Sets name of the account
 void setUpdateDate(java.util.Date updateDate)
          Sets the update date for account
 void setUpdatedBy(java.lang.String updatedBy)
          Sets the user(username) who last updated the account

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AbstractEntity

public AbstractEntity()

Method Detail

getId

public java.lang.Long getId()
Gets unique identifier
Returns:
Unique Identifier for the account object

setId

public void setId(java.lang.Long id)
Sets unique identifier
Parameters:
id - Unique Identifier

getName

public java.lang.String getName()
Gets the name of account on resource. (can be a loginName/'ACCOUNTNAME' tag in Data Collection api)
Returns:
Account Name

setName

public void setName(java.lang.String name)
Sets name of the account
Parameters:
name - Account Name

getCreateDate

public java.util.Date getCreateDate()
Get the date account was created
Returns:
Account create date

setCreateDate

public void setCreateDate(java.util.Date createDate)
Sets the account create date
Parameters:
createDate - Account create date

getUpdateDate

public java.util.Date getUpdateDate()
Gets the date when account was last updated
Returns:
Date when the account was last updated

setUpdateDate

public void setUpdateDate(java.util.Date updateDate)
Sets the update date for account
Parameters:
updateDate - Date when the account was last updated

getCreatedBy

public java.lang.String getCreatedBy()
Gets the user(username) who created the account
Returns:
User who created the account

setCreatedBy

public void setCreatedBy(java.lang.String createdBy)
Sets the user(username) who created the account
Parameters:
createdBy - User who created the account

getUpdatedBy

public java.lang.String getUpdatedBy()
Gets the user(username) who last updated the account
Returns:
Use who last updated the account

setUpdatedBy

public void setUpdatedBy(java.lang.String updatedBy)
Sets the user(username) who last updated the account
Parameters:
updatedBy - User who last updated the account

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.