5.1 Action Request System Java API

com.remedy.arsys.api
Class FieldCharacteristicsInfo

java.lang.Object
  |
  +--com.remedy.arsys.api.FieldCharacteristicsInfo
All Implemented Interfaces:
java.lang.Cloneable

public class FieldCharacteristicsInfo
extends java.lang.Object
implements java.lang.Cloneable

The FieldCharacteristicsInfo class is used to change display characteristics of fields.


Constructor Summary
FieldCharacteristicsInfo()
          constructor
FieldCharacteristicsInfo(long fieldId, java.lang.String charMenu, PropInfo[] props, long focus, long accessOption)
           
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 boolean equals(java.lang.Object anObject)
          Use this method for checking equality.
 long getAccessOption()
          Returns field access, whether Enabled or Disabled.
 java.lang.String getCharMenu()
          Returns whether menu is attached to field or not.
 InternalID getFieldId()
          Returns field ID.
 long getFocus()
          Returns whether focus is set to field or not.
 PropInfo[] getProps()
          Returns display properties of field, whether Hidden or Visible.
 int hashCode()
          This method can be used to populate a hash table.
 void setAccessOption(long accessOption)
          Sets field access, whether Enabled or Disabled.
 void setCharMenu(java.lang.String charMenu)
          Sets whether menu is attached to field or not.
 void setFieldId(InternalID fieldId)
          Sets field ID.
 void setFocus(long focus)
          Sets whether focus is set to field or not.
 void setProps(PropInfo[] props)
          Sets display properties of field, whether Hidden or Visible.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldCharacteristicsInfo

public FieldCharacteristicsInfo()
constructor

FieldCharacteristicsInfo

public FieldCharacteristicsInfo(long fieldId,
                                java.lang.String charMenu,
                                PropInfo[] props,
                                long focus,
                                long accessOption)
Method Detail

getFieldId

public InternalID getFieldId()
Returns field ID.

setFieldId

public void setFieldId(InternalID fieldId)
Sets field ID.

getCharMenu

public java.lang.String getCharMenu()
Returns whether menu is attached to field or not.

setCharMenu

public void setCharMenu(java.lang.String charMenu)
Sets whether menu is attached to field or not.

getProps

public PropInfo[] getProps()
Returns display properties of field, whether Hidden or Visible.

setProps

public void setProps(PropInfo[] props)
Sets display properties of field, whether Hidden or Visible.

getFocus

public long getFocus()
Returns whether focus is set to field or not.

setFocus

public void setFocus(long focus)
Sets whether focus is set to field or not.

getAccessOption

public long getAccessOption()
Returns field access, whether Enabled or Disabled.

setAccessOption

public void setAccessOption(long accessOption)
Sets field access, whether Enabled or Disabled.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.
Overrides:
clone in class java.lang.Object

equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality. The result is true if and only if the argument is not null, is of same type and represents the same content.
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
This method can be used to populate a hash table. Implicitly used method to test equality of objects.
Overrides:
hashCode in class java.lang.Object

5.1 Action Request System Java API