Interface PlatformIdentityInfoEntity

All Superinterfaces:
Entity, HasRevision, PlatformIdentityInfo, ValueFields
All Known Implementing Classes:
PlatformIdentityInfoEntityImpl

public interface PlatformIdentityInfoEntity extends ValueFields, PlatformIdentityInfo, Entity, HasRevision
Author:
Filip Hrisafov
  • Method Details

    • setUserId

      void setUserId(String userId)
    • setGroupId

      void setGroupId(String groupId)
    • setTenantId

      void setTenantId(String tenantId)
    • setName

      void setName(String name)
    • setValue

      void setValue(Object value)
    • setTypeName

      void setTypeName(String typeName)
    • setUpdateTime

      void setUpdateTime(Date updateTime)
    • getType

      VariableType getType()
    • setType

      void setType(VariableType type)
    • isUpdateWithRevisionCheck

      boolean isUpdateWithRevisionCheck()
    • setUpdateWithRevisionCheck

      void setUpdateWithRevisionCheck(boolean updateWithRevisionCheck)