com.irisel.oms.olapi.beans
Class RoleVO

java.lang.Object
  extended by com.irisel.util.BaseBean
      extended by com.irisel.oms.olapi.beans.XMLBean
          extended by com.irisel.oms.olapi.beans.RoleVO
All Implemented Interfaces:
XMLBean, java.io.Serializable

public class RoleVO
extends XMLBean

See Also:
Serialized Form

Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String CLASSTYPE
           
 ClassVO classvo
           
static java.lang.String DEFAULT_ROLE
           
 ClassVO destclassvo
           
 RelationVO relvo
           
 
Fields inherited from class com.irisel.oms.olapi.beans.XMLBean
DEFAULT_VISIBILITY, NOT_VISIBLE, VISIBLE
 
Fields inherited from interface com.irisel.util.XMLBean
CSV
 
Constructor Summary
RoleVO()
           
 
Method Summary
 long getDesc_id()
           
 int getRel_id()
           
 boolean isForward()
           
 void setDesc_id(long desc_id)
           
 void setForward(boolean forward)
           
 void setRel_id(int rel_id)
           
 
Methods inherited from class com.irisel.oms.olapi.beans.XMLBean
copyToInstance, export2csv, getDescId, getGeneratedAt, getGenericAttr, getIcon, getIconName, getId, getLabel, getName, getO, getOrd, getVisibility, isDirty, isEnabled, isErased, isMandatory, isReadOnly, readFromFile, readFromStream, setDescId, setDirty, setEnabled, setErased, setGeneratedAt, setGenericAttr, setIcon, setIconName, setId, setLabel, setName, setO, setOrd, setVisibility, toString, updateFromInstance, writeToFile, writeToStream, xmlSerialize
 
Methods inherited from class com.irisel.util.BaseBean
decode64, decode64bin, encode64, encode64bin, readObject, readObject64, toBean, toByteArray, toJSON, toJSONObject, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_ROLE

public static final java.lang.String DEFAULT_ROLE
See Also:
Constant Field Values

CLASSTYPE

public static java.lang.String CLASSTYPE

CLASSNAME

public static java.lang.String CLASSNAME

relvo

public RelationVO relvo

classvo

public ClassVO classvo

destclassvo

public ClassVO destclassvo
Constructor Detail

RoleVO

public RoleVO()
Method Detail

getDesc_id

public long getDesc_id()

setDesc_id

public void setDesc_id(long desc_id)

isForward

public boolean isForward()

setForward

public void setForward(boolean forward)

getRel_id

public int getRel_id()

setRel_id

public void setRel_id(int rel_id)