@Entity(name="sec$Role") public class Role extends StandardEntity implements TenantEntity
Instance.BeanPropertyPath, Instance.PropertyChangeEvent, Instance.PropertyChangeListener| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
sysTenantId |
createdBy, createTs, deletedBy, deleteTs, updatedBy, updateTs, versionid__securityState, __state, dynamicAttributes__propertyChangeListeners, PROPERTY_CHANGE_LISTENERS_INITIAL_CAPACITY| Constructor and Description |
|---|
Role() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getDefaultRole() |
java.lang.String |
getDescription() |
java.lang.String |
getLocName() |
java.lang.String |
getLocSecurityScope() |
java.lang.String |
getName() |
java.util.Set<Permission> |
getPermissions() |
java.lang.String |
getSecurityScope() |
java.lang.String |
getSysTenantId() |
RoleType |
getType() |
boolean |
isPredefined() |
void |
setDefaultRole(java.lang.Boolean defaultRole) |
void |
setDescription(java.lang.String description) |
void |
setLocName(java.lang.String locName) |
void |
setName(java.lang.String name) |
void |
setPermissions(java.util.Set<Permission> permissions) |
void |
setPredefined(boolean predefined) |
void |
setSecurityScope(java.lang.String securityScope) |
void |
setSysTenantId(java.lang.String sysTenantId) |
void |
setType(RoleType type) |
getCreatedBy, getCreateTs, getDeletedBy, getDeleteTs, getUpdatedBy, getUpdateTs, getVersion, isDeleted, setCreatedBy, setCreateTs, setDeletedBy, setDeleteTs, setUpdatedBy, setUpdateTs, setVersiongetId, getUuid, setId, setUuidcopySystemState, equals, getDynamicAttributes, getMetaClass, getValue, hashCode, setDynamicAttributes, setValue, toStringaddPropertyChangeListener, getInstanceName, getMethodsCache, getRelatedPropertiesCache, getRelatedReadOnlyProperties, getValueEx, getValueEx, propertyChanged, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueExclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, getInstanceName, getValueEx, getValueEx, removeAllListeners, removePropertyChangeListener, setValue, setValueEx, setValueExpublic java.lang.String getName()
public void setName(java.lang.String name)
public RoleType getType()
public void setType(RoleType type)
public java.lang.String getSecurityScope()
public void setSecurityScope(java.lang.String securityScope)
public java.lang.String getLocSecurityScope()
public java.util.Set<Permission> getPermissions()
public void setPermissions(java.util.Set<Permission> permissions)
public java.lang.String getLocName()
public void setLocName(java.lang.String locName)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Boolean getDefaultRole()
public void setDefaultRole(java.lang.Boolean defaultRole)
public boolean isPredefined()
public void setPredefined(boolean predefined)
public java.lang.String getSysTenantId()
public void setSysTenantId(java.lang.String sysTenantId)