Interface UserAccountDefinition

All Known Subinterfaces:
UserAccountDefinitionEntity
All Known Implementing Classes:
UserAccountDefinitionEntityImpl

public interface UserAccountDefinition
Author:
Filip Hrisafov
  • Method Details

    • getId

      String getId()
    • getName

      String getName()
    • getKey

      String getKey()
    • getTenantId

      String getTenantId()
    • getCreationTime

      Date getCreationTime()
    • getCreatorId

      String getCreatorId()
    • getUpdateTime

      Date getUpdateTime()
    • getUpdaterId

      String getUpdaterId()