|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hyper9.simdk.stubs.dao.DynamicData
public class DynamicData
Constructor Summary | |
---|---|
DynamicData()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<DynamicProperty> |
getDynamicProperty()
|
String |
getDynamicType()
|
String |
getJpaId()
|
String |
getSessionKey()
|
void |
setDynamicProperty(List<DynamicProperty> toSet)
|
void |
setDynamicType(String toSet)
|
void |
setJpaId(String toSet)
|
void |
setSessionKey(String toSet)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynamicData()
Method Detail |
---|
public String getDynamicType()
public void setDynamicType(String toSet)
public List<DynamicProperty> getDynamicProperty()
public void setDynamicProperty(List<DynamicProperty> toSet)
public String getJpaId()
public void setJpaId(String toSet)
public boolean equals(Object obj)
equals
in class Object
public String getSessionKey()
public void setSessionKey(String toSet)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |