Class UserAccountEntityImpl

All Implemented Interfaces:
UserAccount, UserAccountEntity, HasRevision, Entity

public class UserAccountEntityImpl extends AbstractIdmEngineEntity implements UserAccountEntity
Author:
Filip Hrisafov
  • Field Details

    • userId

      protected String userId
    • tenantId

      protected String tenantId
    • name

      protected String name
    • type

      protected String type
    • subType

      protected String subType
    • state

      protected String state
    • subState

      protected String subState
    • businessAccountId

      protected String businessAccountId
    • externalUserId

      protected String externalUserId
    • userAccountDefinitionId

      protected String userAccountDefinitionId
    • creatorId

      protected String creatorId
    • creationTime

      protected Date creationTime
    • updaterId

      protected String updaterId
    • updateTime

      protected Date updateTime
  • Constructor Details

    • UserAccountEntityImpl

      public UserAccountEntityImpl()
  • Method Details