|
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.DatePropertyDescriptor
public class DatePropertyDescriptor
PropertyDescriptor for business objects of the Date 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_HTML, 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 | |
---|---|
DatePropertyDescriptor()
This constructor creates a DatePropertyDescriptor object. |
|
DatePropertyDescriptor(java.lang.String name,
java.util.Hashtable keyValuePairs)
Creates a PropertyDescriptor for business objects of the Date type. |
|
DatePropertyDescriptor(java.lang.String name,
java.util.Hashtable keyValuePairs,
java.lang.String typeName)
Creates a PropertyDescriptor for business objects of the Date type. |
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 toClone)
Returns an independent copy of the Object. |
java.lang.Class |
getImplClass()
Gets the class of the business object described by this PropertyDescriptor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatePropertyDescriptor()
public DatePropertyDescriptor(java.lang.String name, java.util.Hashtable keyValuePairs) throws DSETypeException
name
- StringkeyValuePairs
- Hashtable
DSETypeException
public DatePropertyDescriptor(java.lang.String name, java.util.Hashtable keyValuePairs, java.lang.String typeName) throws DSETypeException
name
- StringkeyValuePairs
- HashtabletypeName
- String
DSETypeException
Method Detail |
---|
public void applyDefaultDescriptorForType(PropertyDescription defaultDescriptor)
applyDefaultDescriptorForType
in class AbstractPropertyDescriptor
public java.lang.Object cloneDescriptee(java.lang.Object toClone) throws DSETypeException
cloneDescriptee
in interface PropertyDescription
cloneDescriptee
in class AbstractPropertyDescriptor
toClone
- Object
DSETypeException
- - Cloning is unsuccessfulpublic java.lang.Class getImplClass() throws DSETypeException
getImplClass
in interface PropertyDescription
getImplClass
in class AbstractPropertyDescriptor
DSETypeException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |