com.sage.orion.sdata.servlet
Class ResourceField

java.lang.Object
  extended by com.sage.orion.sdata.servlet.ResourceField
Direct Known Subclasses:
CalculatedField, OptionalResourceField, RecordNumberResourceField, ResourceViewField, ResourceVirtualField, ServiceField

public class ResourceField
extends java.lang.Object


Constructor Summary
  ResourceField()
          Default Constructor.
protected ResourceField(ResourceField resourceField)
          Constructor
  ResourceField(java.lang.String name)
          Constructor.
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.String getDescription()
          Gets the description for the field.
 java.lang.String getName()
          Gets the name of the field.
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description for the field.
 void setName(java.lang.String name)
          Sets the field name.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceField

public ResourceField()
Default Constructor.


ResourceField

public ResourceField(java.lang.String name)
Constructor.

Parameters:
name -

ResourceField

protected ResourceField(ResourceField resourceField)
Constructor

Parameters:
resourceField -
Method Detail

getDescription

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

Returns:
a String containing the description for the field.

setDescription

public void setDescription(java.lang.String description)
Sets the description for the field.

Parameters:
description -

getName

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

Returns:
the name of the field.

setName

public void setName(java.lang.String name)
Sets the field name.

Parameters:
name -

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


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