|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.FieldLimitInfo
com.remedy.arsys.api.DiaryLimitInfo
The DiaryLimitInfo
class
defines the value limits for a Diary(
field
DataType.DIARY
)
Constructor Summary | |
DiaryLimitInfo(int option)
Constructs a new DiaryLimitInfo object. |
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
int |
getFullTextOption()
Returns the Full Text Search option. |
void |
setFullTextOption(int option)
Sets the Full Text Search option. |
Methods inherited from class com.remedy.arsys.api.FieldLimitInfo |
getDataType |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DiaryLimitInfo(int option)
DiaryLimitInfo
object.
option
- Value to indicate whether the field is indexed for Full Text Search.Method Detail |
public void setFullTextOption(int option)
public int getFullTextOption()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class FieldLimitInfo
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |