|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.ResourceField
com.sage.orion.sdata.servlet.accpac.ResourceViewField
public class ResourceViewField
The ResourceViewField
class exposes the configuration
information relating to a view field.
Constructor Summary | |
---|---|
ResourceViewField(java.lang.String viewFieldID,
java.lang.String sdataName)
constructs an instance of the ResourceViewField class with the
given pair of names |
Method Summary | |
---|---|
boolean |
getAutopost()
gets the auto-post setting of the field. |
java.lang.String |
getTransTextID()
gets the transTextID attribute of the field. |
java.lang.String |
getViewFieldID()
Gets the view ID for the field. |
void |
setTransTextID(java.lang.String value)
sets the transTextID attribute, which may be used to override the description |
Methods inherited from class com.sage.orion.sdata.servlet.ResourceField |
---|
equals, getDescription, getName, hashCode, setDescription, setName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceViewField(java.lang.String viewFieldID, java.lang.String sdataName)
ResourceViewField
class with the
given pair of names
viewFieldID
- the accpac view field name (must not be null)sdataName
- the SData property name or nullMethod Detail |
---|
public java.lang.String getViewFieldID()
public void setTransTextID(java.lang.String value)
value
- the value to set the transTextID topublic java.lang.String getTransTextID()
public boolean getAutopost()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |