|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypedData
This interface is extended by KeyedCollection and implemented by DataElement. It provides a handle for all business objects independent of implementation hierarchy.
Method Summary | |
---|---|
PropertyDescription |
getDescriptor()
Returns the PropertyDescriptor for this business object. |
Key |
getKey()
Returns a Key object which can be used to identify this business object. |
java.lang.String |
getName()
Returns the name of this business object. |
void |
setDescriptor(PropertyDescription descriptor)
Sets the PropertyDescriptor for this business object. |
void |
setName(java.lang.String name)
Sets the name of this business object. |
Method Detail |
---|
PropertyDescription getDescriptor()
Key getKey() throws DSETypeException
DSETypeException
- - If the key can not be built from this business objectjava.lang.String getName()
void setDescriptor(PropertyDescription descriptor)
descriptor
- PropertyDescriptionvoid setName(java.lang.String name)
name
- String
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |