Class AbstractEntity

java.lang.Object
oracle.iam.oimcommon.vo.base.AbstractEntity
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbstractRiskAwareEntity, Catalog, Organization, Policy, ResourceType, User

public abstract class AbstractEntity extends Object implements Serializable
See Also:
  • Constructor Details

    • AbstractEntity

      public AbstractEntity()
  • Method Details

    • getId

      public Long getId()
      Gets unique identifier
      Returns:
      Unique Identifier for the account object
    • setId

      public void setId(Long id)
      Sets unique identifier
      Parameters:
      id - Unique Identifier
    • getName

      public 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(String name)
      Sets name of the account
      Parameters:
      name - Account Name
    • getCreateDate

      public Date getCreateDate()
      Get the date account was created
      Returns:
      Account create date
    • setCreateDate

      public void setCreateDate(Date createDate)
      Sets the account create date
      Parameters:
      createDate - Account create date
    • getUpdateDate

      public Date getUpdateDate()
      Gets the date when account was last updated
      Returns:
      Date when the account was last updated
    • setUpdateDate

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

      public String getCreatedBy()
      Gets the user(username) who created the account
      Returns:
      User who created the account
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Sets the user(username) who created the account
      Parameters:
      createdBy - User who created the account
    • getUpdatedBy

      public String getUpdatedBy()
      Gets the user(username) who last updated the account
      Returns:
      Use who last updated the account
    • setUpdatedBy

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