|
6.0 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.FieldCharacteristicsInfo
The FieldCharacteristicsInfo class
is used to change display characteristics of fields.
| Constructor Summary | |
FieldCharacteristicsInfo()
constructor |
|
FieldCharacteristicsInfo(int option,
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. |
int |
getFieldReference()
Returns FieldReference. |
long |
getFocus()
Returns whether focus is set to field or not. |
int |
getOption()
Returns option which is a bitmask. |
PropInfo[] |
getProps()
Returns display properties of field, whether Hidden or Visible. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
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 |
setFieldReference(int isFieldReference)
Sets FieldReference. |
void |
setFocus(long focus)
Sets whether focus is set to field or not. |
void |
setOption(int option)
Sets the option which is a bitmask. |
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 |
public FieldCharacteristicsInfo()
public FieldCharacteristicsInfo(int option,
long fieldId,
java.lang.String charMenu,
PropInfo[] props,
long focus,
long accessOption)
| Method Detail |
public int getFieldReference()
public void setFieldReference(int isFieldReference)
public int getOption()
Constants.AR_FIELD_CHAR_OPTION_REFERENCEpublic void setOption(int option)
Constants.AR_FIELD_CHAR_OPTION_REFERENCEpublic InternalID getFieldId()
public void setFieldId(InternalID fieldId)
public java.lang.String getCharMenu()
public void setCharMenu(java.lang.String charMenu)
public PropInfo[] getProps()
public void setProps(PropInfo[] props)
public long getFocus()
public void setFocus(long focus)
public long getAccessOption()
public void setAccessOption(long accessOption)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
6.0 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||