|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.types.AbstractPropertyDescriptor
com.ibm.btt.base.types.ext.IntegerPropertyDescriptor
public class IntegerPropertyDescriptor
PropertyDescriptor for business objects of the Integer type.
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.types.AbstractPropertyDescriptor |
---|
classNameForState, converters, keyValuePairs |
Fields inherited from interface com.ibm.btt.base.types.TypeConstants |
---|
amended, CONV_TYPE_DEFAULT, CONV_TYPE_HOST, CONV_TYPE_OUTPUT, CONV_TYPE_SER, CONV_TYPE_XML, disabled, hidden, isAmended, isDisabled, isHidden, isMandatory, isOmitted, isReadOnly, mandatory, omitted, readOnly, TYPE_DEFAULT, TYPE_REGISTRY_INIT_SIZE |
Constructor Summary | |
---|---|
IntegerPropertyDescriptor()
This constructor creates a IntegerPropertyDescriptor object. |
|
IntegerPropertyDescriptor(java.lang.String name,
java.util.Hashtable keyValuePairs)
Creates an IntegerPropertyDescriptor object. |
|
IntegerPropertyDescriptor(java.lang.String name,
java.util.Hashtable keyValuePairs,
java.lang.String typeName)
Creates an IntegerPropertyDescriptor object. |
Method Summary | |
---|---|
void |
applyDefaultDescriptorForType(PropertyDescription defaultDescriptor)
Forces this PropertyDescriptor to inherit the business rules of the passed descriptor. |
java.lang.Object |
cloneDescriptee(java.lang.Object value)
Returns an independent copy of the Object passed. |
java.lang.Class |
getImplClass()
Returns the class of the business object described by this PropertyDescription. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntegerPropertyDescriptor()
public IntegerPropertyDescriptor(java.lang.String name, java.util.Hashtable keyValuePairs) throws DSETypeException
name
- java.lang.StringkeyValuePairs
- java.util.Hashtable
DSETypeException
public IntegerPropertyDescriptor(java.lang.String name, java.util.Hashtable keyValuePairs, java.lang.String typeName) throws DSETypeException
name
- java.lang.StringkeyValuePairs
- java.util.HashtabletypeName
- java.lang.String
DSETypeException
Method Detail |
---|
public void applyDefaultDescriptorForType(PropertyDescription defaultDescriptor)
Any specific business behavior defined is retained and overrides that of the descriptor passed.
applyDefaultDescriptorForType
in class AbstractPropertyDescriptor
public java.lang.Object cloneDescriptee(java.lang.Object value) throws DSETypeException
cloneDescriptee
in interface PropertyDescription
cloneDescriptee
in class AbstractPropertyDescriptor
value
- Object
DSETypeException
- - Cloning is unsuccessfulpublic java.lang.Class getImplClass()
getImplClass
in interface PropertyDescription
getImplClass
in class AbstractPropertyDescriptor
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |