com.irisel.oms.olapi.beans
Class AppVO

java.lang.Object
  extended by com.irisel.util.BaseBean
      extended by com.irisel.oms.olapi.beans.XMLBean
          extended by 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

Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String CLASSTYPE
           
 
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
AppVO()
           
 
Method Summary
 DataModelVO[] getDataModelVOs()
           
 javax.swing.Icon getIcon(java.lang.String classname)
           
 ModuleVO[] getModuleVOs()
           
 long getVersion()
           
 boolean isReady()
           
 void setDataModelVOs(DataModelVO[] dataModelVOs)
           
 void setModuleVOs(ModuleVO[] moduleVOs)
           
 void setReady(boolean ready)
           
 void setVersion(long version)
           
 
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

CLASSTYPE

public static java.lang.String CLASSTYPE

CLASSNAME

public static java.lang.String CLASSNAME
Constructor Detail

AppVO

public AppVO()
Method Detail

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)