|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.persist.value.Attribute
Constructor Summary | |
Attribute()
|
Method Summary | |
java.lang.String |
getDomainProperty()
Gets the DomainProperty attribute of the Attribute object |
java.lang.String |
getSortOrder()
Gets the SortOrder attribute of the Attribute object |
java.lang.String |
getValueField()
Gets the ValueField attribute of the Attribute object |
boolean |
hasDomainProperty()
|
boolean |
hasSortOrder()
|
boolean |
hasValueField()
|
void |
setDomainProperty(java.lang.String value)
Sets the DomainProperty attribute of the Attribute object |
void |
setSortOrder(java.lang.String value)
Sets the SortOrder attribute of the Attribute object |
void |
setValueField(java.lang.String value)
Sets the ValueField attribute of the Attribute object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Attribute()
Method Detail |
public void setSortOrder(java.lang.String value)
value
- The new SortOrder valuepublic void setDomainProperty(java.lang.String value)
value
- The new DomainProperty valuepublic void setValueField(java.lang.String value)
value
- The new ValueField valuepublic java.lang.String getSortOrder()
public java.lang.String getDomainProperty()
public java.lang.String getValueField()
public boolean hasSortOrder()
public boolean hasDomainProperty()
public boolean hasValueField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |