Class Role


public class Role extends MorpheusModel
  • Field Details

    • owner

      protected Account owner
    • authority

      protected String authority
    • description

      protected String description
    • dateCreated

      protected Date dateCreated
    • lastUpdated

      protected Date lastUpdated
    • editable

      protected Boolean editable
    • roleType

      protected Role.RoleType roleType
    • multitenantLocked

      protected Boolean multitenantLocked
    • multitenant

      protected Boolean multitenant
    • landingUrl

      protected String landingUrl
  • Constructor Details

    • Role

      public Role()
  • Method Details

    • getOwner

      public Account getOwner()
    • setOwner

      public void setOwner(Account owner)
    • getAuthority

      public String getAuthority()
    • setAuthority

      public void setAuthority(String authority)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • getLastUpdated

      public Date getLastUpdated()
    • setLastUpdated

      public void setLastUpdated(Date lastUpdated)
    • getEditable

      public Boolean getEditable()
    • setEditable

      public void setEditable(Boolean editable)
    • getRoleType

      public Role.RoleType getRoleType()
    • setRoleType

      public void setRoleType(Role.RoleType roleType)
    • getMultitenantLocked

      public Boolean getMultitenantLocked()
    • setMultitenantLocked

      public void setMultitenantLocked(Boolean multitenantLocked)
    • getMultitenant

      public Boolean getMultitenant()
    • setMultitenant

      public void setMultitenant(Boolean multitenant)
    • getLandingUrl

      public String getLandingUrl()
    • setLandingUrl

      public void setLandingUrl(String landingUrl)