7.0 Action Request System Java API

com.remedy.arsys.api
Class DiaryLimitInfo

java.lang.Object
  extended bycom.remedy.arsys.api.FieldLimitInfo
      extended bycom.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 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

DiaryLimitInfo

public DiaryLimitInfo(int option)
Constructs a new DiaryLimitInfo object.

Parameters:
option - Value to indicate whether the field is indexed for Full Text Search.
Method Detail

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
Throws:
java.lang.CloneNotSupportedException

7.0 Action Request System Java API