com.remedy.arsys.api
Class DiaryLimitInfo
java.lang.Object
|
+--com.remedy.arsys.api.FieldLimitInfo
|
+--com.remedy.arsys.api.DiaryLimitInfo
- All Implemented Interfaces:
- java.lang.Cloneable
- public class DiaryLimitInfo
- extends FieldLimitInfo
- implements java.lang.Cloneable
The DiaryLimitInfo class
defines the value limits for a Diary(DataType.DIARY) field
|
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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiaryLimitInfo
public DiaryLimitInfo(int option)
- Constructs a new
DiaryLimitInfo object.
- Parameters:
option - Value to indicate whether the field is indexed for Full Text Search.
setFullTextOption
public void setFullTextOption(int option)
- Sets the Full Text Search option. A value of 1 indicates
that the field is indexed for FTS.
getFullTextOption
public int getFullTextOption()
- Returns the Full Text Search option.
A value of 1 indicates that the field is indexed for FTS.
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 FieldLimitInfo