com.irisel.oms.olapi.beans
Class AppVO
java.lang.Object
com.irisel.util.BaseBean
com.irisel.oms.olapi.beans.XMLBean
com.irisel.oms.olapi.beans.AppVO
- All Implemented Interfaces:
- XMLBean, java.io.Serializable
public class AppVO
- extends XMLBean
- implements java.io.Serializable
- See Also:
- Serialized Form
Fields inherited from interface com.irisel.util.XMLBean |
CSV |
Constructor Summary |
AppVO()
|
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 |
CLASSTYPE
public static java.lang.String CLASSTYPE
CLASSNAME
public static java.lang.String CLASSNAME
AppVO
public AppVO()
getDataModelVOs
public DataModelVO[] getDataModelVOs()
getModuleVOs
public ModuleVO[] getModuleVOs()
setDataModelVOs
public void setDataModelVOs(DataModelVO[] dataModelVOs)
setModuleVOs
public void setModuleVOs(ModuleVO[] moduleVOs)
setVersion
public void setVersion(long version)
getVersion
public long getVersion()
getIcon
public javax.swing.Icon getIcon(java.lang.String classname)
isReady
public boolean isReady()
setReady
public void setReady(boolean ready)