|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.FieldLimit com.bmc.arsys.api.DiaryFieldLimit
public class DiaryFieldLimit
The DiaryFieldLimit
class defines the value limits for a DiaryList(
field
DataType.DIARY
)
Constructor Summary | |
---|---|
DiaryFieldLimit()
|
|
DiaryFieldLimit(int option)
Constructs a new DiaryLimitInfo object. |
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
getFullTextOption()
Returns the Full Text Search option. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFullTextOption(int option)
Sets the Full Text Search option. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.FieldLimit |
---|
getDataType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DiaryFieldLimit()
public DiaryFieldLimit(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 Object clone() throws CloneNotSupportedException
clone
in class FieldLimit
CloneNotSupportedException
public String toString()
toString
in class FieldLimit
public int hashCode()
hashCode
in class FieldLimit
public boolean equals(Object obj)
equals
in class FieldLimit
obj
- the object that we are comparing to
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |