com.sage.orion.sdata.servlet.accpac
Class CalculatedField

java.lang.Object
  extended by com.sage.orion.sdata.servlet.ResourceField
      extended by com.sage.orion.sdata.servlet.accpac.CalculatedField

public class CalculatedField
extends ResourceField

Handles the information for a calculated field type.


Constructor Summary
CalculatedField(ResourceField field, CalculatesFieldProperty calculatedFieldProperty)
          Constructor.
 
Method Summary
 CalculatesFieldProperty getCalculatesFieldProperty()
          Gets the CalculatesFieldProperty for the CalculatedField.
 
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

CalculatedField

public CalculatedField(ResourceField field,
                       CalculatesFieldProperty calculatedFieldProperty)
Constructor.

Parameters:
field - field
calculatedFieldProperty - property
Method Detail

getCalculatesFieldProperty

public CalculatesFieldProperty getCalculatesFieldProperty()
Gets the CalculatesFieldProperty for the CalculatedField.

Returns:
property


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