|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.BaseServiceOperation.FieldNames
protected static final class BaseServiceOperation.FieldNames
The pair of field name and description. This helps ensure that both are defined and will help us see where they are.
Constructor Summary | |
---|---|
BaseServiceOperation.FieldNames(java.lang.String name,
java.lang.String description)
Constructs an instance of the BaseServiceOperation.FieldNames class for the given
name/description pair |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the description of the field |
java.lang.String |
getName()
Gets the name of the field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseServiceOperation.FieldNames(java.lang.String name, java.lang.String description)
BaseServiceOperation.FieldNames
class for the given
name/description pair
name
- the name of the fielddescription
- the description of the fieldMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |