Class UserGroup

java.lang.Object
com.soffid.iam.iga.api.UserGroup
All Implemented Interfaces:
Serializable

public class UserGroup extends Object implements Serializable
ValueObject UserGroup
See Also:
  • Constructor Details

  • Method Details

    • getUser

      public String getUser()
      Gets value for attribute user
    • setUser

      public void setUser(String user)
      Sets value for attribute user
    • getGroup

      public String getGroup()
      Gets value for attribute group
    • setGroup

      public void setGroup(String group)
      Sets value for attribute group
    • getGroupDescription

      public String getGroupDescription()
      Gets value for attribute groupDescription
    • setGroupDescription

      public void setGroupDescription(String groupDescription)
      Sets value for attribute groupDescription
    • getGroupId

      public Long getGroupId()
      Gets value for attribute groupId
    • setGroupId

      public void setGroupId(Long groupId)
      Sets value for attribute groupId
    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getUserId

      public Long getUserId()
      Gets value for attribute userId
    • setUserId

      public void setUserId(Long userId)
      Sets value for attribute userId
    • getFullName

      public String getFullName()
      Gets value for attribute fullName
    • setFullName

      public void setFullName(String fullName)
      Sets value for attribute fullName
    • getStart

      public Date getStart()
      Gets value for attribute start
    • setStart

      public void setStart(Date start)
      Sets value for attribute start
    • getEnd

      public Date getEnd()
      Gets value for attribute end
    • setEnd

      public void setEnd(Date end)
      Sets value for attribute end
    • getDisabled

      public Boolean getDisabled()
      Gets value for attribute disabled
    • setDisabled

      public void setDisabled(Boolean disabled)
      Sets value for attribute disabled
    • getPrimaryGroup

      public Boolean getPrimaryGroup()
      Gets value for attribute primaryGroup
    • setPrimaryGroup

      public void setPrimaryGroup(Boolean primaryGroup)
      Sets value for attribute primaryGroup
    • getAttributes

      public Map<String,Object> getAttributes()
      Gets value for attribute attributes
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
      Sets value for attribute attributes
    • getCreatedOn

      public Date getCreatedOn()
      Gets value for attribute createdOn
    • setCreatedOn

      public void setCreatedOn(Date createdOn)
      Sets value for attribute createdOn
    • getCreatedBy

      public String getCreatedBy()
      Gets value for attribute createdBy
    • setCreatedBy

      public void setCreatedBy(String createdBy)
      Sets value for attribute createdBy
    • getUpdatedOn

      public Date getUpdatedOn()
      Gets value for attribute updatedOn
    • setUpdatedOn

      public void setUpdatedOn(Date updatedOn)
      Sets value for attribute updatedOn
    • getUpdatedBy

      public String getUpdatedBy()
      Gets value for attribute updatedBy
    • setUpdatedBy

      public void setUpdatedBy(String updatedBy)
      Sets value for attribute updatedBy
    • getDeletedOn

      public Date getDeletedOn()
      Gets value for attribute deletedOn
    • setDeletedOn

      public void setDeletedOn(Date deletedOn)
      Sets value for attribute deletedOn
    • getDeletedBy

      public String getDeletedBy()
      Gets value for attribute deletedBy
    • setDeletedBy

      public void setDeletedBy(String deletedBy)
      Sets value for attribute deletedBy
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object