|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.iba.constraint.ConstraintDescriptor
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private String |
displayName
|
static long |
EXTERNALIZATION_VERSION_UID
|
private String |
groupLabel
|
private String |
longDescription
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private String |
shortDescription
|
Constructor Summary | |
ConstraintDescriptor()
|
Method Summary | |
private void |
displayNameValidate(String a_DisplayName)
|
String |
getDisplayName()
Gets the value of the attribute: displayName. |
String |
getGroupLabel()
Gets the value of the attribute: groupLabel. |
String |
getLongDescription()
Gets the value of the attribute: longDescription. |
String |
getShortDescription()
Gets the value of the attribute: shortDescription. |
private void |
groupLabelValidate(String a_GroupLabel)
|
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
private boolean |
readOldVersion(ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source, which is not the current version. |
protected boolean |
readVersion(ConstraintDescriptor thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
setDisplayName(String a_DisplayName)
Sets the value of the attribute: displayName. |
void |
setGroupLabel(String a_GroupLabel)
Sets the value of the attribute: groupLabel. |
void |
setLongDescription(String a_LongDescription)
Sets the value of the attribute: longDescription. |
void |
setShortDescription(String a_ShortDescription)
Sets the value of the attribute: shortDescription. |
private void |
shortDescriptionValidate(String a_ShortDescription)
|
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String shortDescription
private String longDescription
private String groupLabel
private String displayName
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public ConstraintDescriptor()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ConstraintDescriptor thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public String getShortDescription()
public void setShortDescription(String a_ShortDescription) throws WTPropertyVetoException
a_ShortDescription
-
WTPropertyVetoException
private void shortDescriptionValidate(String a_ShortDescription) throws WTPropertyVetoException
a_ShortDescription
-
WTPropertyVetoException
public String getLongDescription()
public void setLongDescription(String a_LongDescription)
a_LongDescription
- public String getGroupLabel()
public void setGroupLabel(String a_GroupLabel) throws WTPropertyVetoException
a_GroupLabel
-
WTPropertyVetoException
private void groupLabelValidate(String a_GroupLabel) throws WTPropertyVetoException
a_GroupLabel
-
WTPropertyVetoException
public String getDisplayName()
public void setDisplayName(String a_DisplayName) throws WTPropertyVetoException
a_DisplayName
-
WTPropertyVetoException
private void displayNameValidate(String a_DisplayName) throws WTPropertyVetoException
a_DisplayName
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |