public class ConstraintDocument extends net.anotheria.asg.data.AbstractASGDocument implements Constraint, net.anotheria.util.sorter.IComparable
INT_PROPERTY_MULTILINGUAL_DISABLEDPROP_AUTHOR, PROP_LAST_UPDATE, PROP_TYPE_IDENTIFIERPROP_CLASS_NAME, PROP_CONTEXT_INITIALIZERS, PROP_DESCRIPTION, PROP_ID, PROP_NAME, PROP_PARAMETER1, PROP_PARAMETER2, PROP_PARAMETER3, PROP_PARAMETER4, PROP_PARAMETER5| Constructor and Description |
|---|
ConstraintDocument() |
ConstraintDocument(ConstraintDocument toClone) |
ConstraintDocument(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContextInitializersElement(java.lang.String contextInitializer)
Adds a new element to the list.
|
int |
compareTo(Constraint comparable) |
int |
compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getClassName()
Returns the value of the className attribute.
|
java.util.List<java.lang.String> |
getContextInitializers()
Returns the value of the contextInitializers attribute.
|
java.lang.String |
getContextInitializersElement(int index)
Returns the element at the position index in the list.
|
int |
getContextInitializersSize()
Returns the number of elements in the "contextInitializers" container
|
java.lang.String |
getDefinedName() |
java.lang.String |
getDefinedParentName() |
java.lang.String |
getDescription()
Returns the value of the description attribute.
|
java.lang.String |
getFootprint() |
java.lang.String |
getName()
Returns the value of the name attribute.
|
java.lang.String |
getParameter1()
Returns the value of the parameter1 attribute.
|
java.lang.String |
getParameter2()
Returns the value of the parameter2 attribute.
|
java.lang.String |
getParameter3()
Returns the value of the parameter3 attribute.
|
java.lang.String |
getParameter4()
Returns the value of the parameter4 attribute.
|
java.lang.String |
getParameter5()
Returns the value of the parameter5 attribute.
|
void |
removeContextInitializersElement(int index)
Removes the element at position index from the list.
|
void |
setClassName(java.lang.String value)
Sets the value of the className attribute.
|
void |
setContextInitializers(java.util.List<java.lang.String> value)
Sets the value of the contextInitializers attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the description attribute.
|
void |
setName(java.lang.String value)
Sets the value of the name attribute.
|
void |
setParameter1(java.lang.String value)
Sets the value of the parameter1 attribute.
|
void |
setParameter2(java.lang.String value)
Sets the value of the parameter2 attribute.
|
void |
setParameter3(java.lang.String value)
Sets the value of the parameter3 attribute.
|
void |
setParameter4(java.lang.String value)
Sets the value of the parameter4 attribute.
|
void |
setParameter5(java.lang.String value)
Sets the value of the parameter5 attribute.
|
void |
swapContextInitializersElement(int index1,
int index2)
Swaps elements at positions index1 and index2 in the list.
|
java.lang.String |
toString() |
getInternalProperty, getLockerId, getLockingTime, getObjectInfo, isLocked, setInternalProperty, setLocked, setLockerId, setLockingTimeaddDataHolder, clone, copyFromBooleanList, copyFromDoubleList, copyFromFloatList, copyFromIntegerList, copyFromLongList, copyFromStringList, copyToBooleanList, copyToDoubleList, copyToFloatList, copyToIntegerList, copyToLongList, copyToStringList, createDocument, createDocumentList, createListProperty, getAuthor, getBoolean, getBooleanProperty, getDataHolder, getDocument, getDocumentAnyCase, getDocumentList, getDocumentListAnyCase, getDouble, getDoubleProperty, getEmptyBoolean, getEmptyDouble, getEmptyFloat, getEmptyInt, getEmptyList, getEmptyLong, getEmptyString, getFloat, getFloatProperty, getInt, getIntProperty, getKeys, getLastUpdateTimestamp, getList, getListProperty, getListPropertyAnyCase, getLong, getLongProperty, getObject, getProperties, getProperty, getPropertyValue, getSizeInBytes, getStorageId, getString, getStringProperty, getTypeIdentifier, putBooleanProperty, putDocument, putDoubleProperty, putFloatProperty, putIntProperty, putList, putListProperty, putLongProperty, putProperty, putStringProperty, removeDataHolder, removeDataHolder, removeProperty, removeProperty, renameTo, setBoolean, setCallContextAuthor, setDouble, setFloat, setInt, setLastUpdateNow, setList, setLong, setString, setTypeIdentifier, toXMLNodepublic ConstraintDocument()
public ConstraintDocument(java.lang.String id)
public ConstraintDocument(ConstraintDocument toClone)
public java.lang.String getName()
ConstraintgetName in interface Constraintpublic void setName(java.lang.String value)
ConstraintsetName in interface Constraintpublic java.lang.String getClassName()
ConstraintgetClassName in interface Constraintpublic void setClassName(java.lang.String value)
ConstraintsetClassName in interface Constraintpublic java.util.List<java.lang.String> getContextInitializers()
ConstraintgetContextInitializers in interface Constraintpublic void setContextInitializers(java.util.List<java.lang.String> value)
ConstraintsetContextInitializers in interface Constraintpublic java.lang.String getParameter1()
ConstraintgetParameter1 in interface Constraintpublic void setParameter1(java.lang.String value)
ConstraintsetParameter1 in interface Constraintpublic java.lang.String getParameter2()
ConstraintgetParameter2 in interface Constraintpublic void setParameter2(java.lang.String value)
ConstraintsetParameter2 in interface Constraintpublic java.lang.String getParameter3()
ConstraintgetParameter3 in interface Constraintpublic void setParameter3(java.lang.String value)
ConstraintsetParameter3 in interface Constraintpublic java.lang.String getParameter4()
ConstraintgetParameter4 in interface Constraintpublic void setParameter4(java.lang.String value)
ConstraintsetParameter4 in interface Constraintpublic java.lang.String getParameter5()
ConstraintgetParameter5 in interface Constraintpublic void setParameter5(java.lang.String value)
ConstraintsetParameter5 in interface Constraintpublic java.lang.String getDescription()
ConstraintgetDescription in interface Constraintpublic void setDescription(java.lang.String value)
ConstraintsetDescription in interface Constraintpublic java.lang.String toString()
toString in class net.anotheria.anodoc.data.Documentpublic int getContextInitializersSize()
ConstraintgetContextInitializersSize in interface Constraintpublic void addContextInitializersElement(java.lang.String contextInitializer)
ConstraintaddContextInitializersElement in interface Constraintpublic void removeContextInitializersElement(int index)
ConstraintremoveContextInitializersElement in interface Constraintpublic void swapContextInitializersElement(int index1,
int index2)
ConstraintswapContextInitializersElement in interface Constraintpublic java.lang.String getContextInitializersElement(int index)
ConstraintgetContextInitializersElement in interface Constraintpublic int compareTo(Constraint comparable)
public int compareTo(net.anotheria.util.sorter.IComparable anotherComparable,
int method)
compareTo in interface net.anotheria.util.sorter.IComparablepublic java.lang.String getDefinedName()
getDefinedName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getDefinedParentName()
getDefinedParentName in interface net.anotheria.asg.data.DataObjectpublic java.lang.String getFootprint()
getFootprint in interface net.anotheria.asg.data.DataObjectpublic boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2012-2023 anotheria.net. All Rights Reserved.