com.raritantechnologies.genericInterface
Class Field

java.lang.Object
  extended bycom.raritantechnologies.genericInterface.Field
All Implemented Interfaces:
java.rmi.Remote, java.io.Serializable

public class Field
extends java.lang.Object
implements java.io.Serializable, java.rmi.Remote

Describes a search or result metadata field.

See Also:
Serialized Form

Constructor Summary
Field(java.lang.String fieldID, java.lang.String name, java.lang.String label, java.lang.String value, java.lang.String type)
           
 
Method Summary
 java.lang.String getAbstractFieldID()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field(java.lang.String fieldID,
             java.lang.String name,
             java.lang.String label,
             java.lang.String value,
             java.lang.String type)
Method Detail

getAbstractFieldID

public java.lang.String getAbstractFieldID()
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getLabel

public java.lang.String getLabel()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getValue

public java.lang.String getValue()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getType

public java.lang.String getType()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException