public class RoleVO extends XMLBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSNAME |
static java.lang.String |
CLASSTYPE |
ClassVO |
classvo |
static java.lang.String |
DEFAULT_ROLE |
ClassVO |
destclassvo |
RelationVO |
relvo |
DEFAULT_VISIBILITY, NOT_VISIBLE, VISIBLE
Constructor and Description |
---|
RoleVO() |
Modifier and Type | Method and Description |
---|---|
long |
getDesc_id() |
int |
getRel_id() |
boolean |
isForward() |
void |
refreshLabels(java.util.Map<java.lang.Long,DescriptionVO> descriptionsMap) |
void |
setDesc_id(long desc_id) |
void |
setForward(boolean forward) |
void |
setRel_id(int rel_id) |
copyToInstance, export2csv, getComments, getDescId, getGeneratedAt, getGenericAttr, getIcon, getIconName, getId, getLabel, getName, getO, getOrd, getVisibility, isDirty, isEnabled, isErased, isMandatory, isReadOnly, readFromFile, readFromStream, refreshMyLabel, refreshMyLabel, setComments, setDescId, setDirty, setEnabled, setErased, setGeneratedAt, setGenericAttr, setIcon, setIconName, setId, setLabel, setName, setO, setOrd, setVisibility, toString, updateFromInstance, writeToFile, writeToStream, xmlSerialize
decode64, decode64bin, encode64, encode64bin, readObject, readObject64, toBean, toByteArray, toJSON, toJSONObject, toXML
public static final java.lang.String DEFAULT_ROLE
public static java.lang.String CLASSTYPE
public static java.lang.String CLASSNAME
public RelationVO relvo
public ClassVO classvo
public ClassVO destclassvo
public long getDesc_id()
public void setDesc_id(long desc_id)
public boolean isForward()
public void setForward(boolean forward)
public int getRel_id()
public void setRel_id(int rel_id)
public void refreshLabels(java.util.Map<java.lang.Long,DescriptionVO> descriptionsMap)