com.hyper9.simdk.stubs.dao
Class VAppPropertyInfo

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.VAppPropertyInfo
All Implemented Interfaces:
Serializable

public class VAppPropertyInfo
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VAppPropertyInfo()
           
 
Method Summary
 String getCategory()
           
 String getClassId()
           
 String getDefaultValue()
           
 String getDescription()
           
 String getId()
           
 String getInstanceId()
           
 Integer getKey()
           
 String getLabel()
           
 String getType()
           
 Boolean getUserConfigurable()
           
 String getValue()
           
 void setCategory(String toSet)
           
 void setClassId(String toSet)
           
 void setDefaultValue(String toSet)
           
 void setDescription(String toSet)
           
 void setId(String toSet)
           
 void setInstanceId(String toSet)
           
 void setKey(Integer toSet)
           
 void setLabel(String toSet)
           
 void setType(String toSet)
           
 void setUserConfigurable(Boolean toSet)
           
 void setValue(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VAppPropertyInfo

public VAppPropertyInfo()
Method Detail

getKey

public Integer getKey()

setKey

public void setKey(Integer toSet)

getClassId

public String getClassId()

setClassId

public void setClassId(String toSet)

getInstanceId

public String getInstanceId()

setInstanceId

public void setInstanceId(String toSet)

getId

public String getId()

setId

public void setId(String toSet)

getCategory

public String getCategory()

setCategory

public void setCategory(String toSet)

getLabel

public String getLabel()

setLabel

public void setLabel(String toSet)

getType

public String getType()

setType

public void setType(String toSet)

getUserConfigurable

public Boolean getUserConfigurable()

setUserConfigurable

public void setUserConfigurable(Boolean toSet)

getDefaultValue

public String getDefaultValue()

setDefaultValue

public void setDefaultValue(String toSet)

getValue

public String getValue()

setValue

public void setValue(String toSet)

getDescription

public String getDescription()

setDescription

public void setDescription(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.