public class DiaryFieldLimit extends FieldLimit implements Cloneable, Serializable
DiaryFieldLimit class defines the value limits for a DiaryList(DataType.DIARY)
field| Constructor and Description |
|---|
DiaryFieldLimit() |
DiaryFieldLimit(int option)
Constructs a new
DiaryLimitInfo object. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getDataTypepublic DiaryFieldLimit()
public DiaryFieldLimit(int option)
DiaryLimitInfo object.option - Value to indicate whether the field is indexed for Full Text Search.public void setFullTextOption(int option)
public int getFullTextOption()
public Object clone() throws CloneNotSupportedException
clone in class FieldLimitCloneNotSupportedExceptionpublic String toString()
toString in class FieldLimitpublic int hashCode()
hashCode in class FieldLimitpublic boolean equals(Object obj)
equals in class FieldLimitobj - the object that we are comparing to? Copyright 2013 BMC Software, Inc.