com.sage.orion.sdata.servlet
Class BaseServiceOperation.FieldNames

java.lang.Object
  extended by com.sage.orion.sdata.servlet.BaseServiceOperation.FieldNames
Enclosing class:
BaseServiceOperation

protected static final class BaseServiceOperation.FieldNames
extends java.lang.Object

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

BaseServiceOperation.FieldNames

public BaseServiceOperation.FieldNames(java.lang.String name,
                                       java.lang.String description)
Constructs an instance of the BaseServiceOperation.FieldNames class for the given name/description pair

Parameters:
name - the name of the field
description - the description of the field
Method Detail

getName

public java.lang.String getName()
Gets the name of the field

Returns:
the name of the field

getDescription

public java.lang.String getDescription()
Gets the description of the field

Returns:
the description of the field


Copyright © 2011 Sage Software, Inc. All rights reserved.