|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Tasks of Interface Transferable:
Method Summary | |
void |
addAttribute(TransferAttribute pAttribute)
Adds a Attribute to the Set and stores it under pAttribute.getName() |
TransferAttribute |
getAttribute(java.lang.String pName)
Gets the TransferAttribute wich are stored under pName |
java.util.Collection |
getAttributeNames()
Returns the Collection of keys, under wich TransferAttributes are stored |
java.util.Collection |
getAttributes()
Returns the Collection of TransferAttributes wich stored in this Transferable |
java.lang.Object |
getAttributeValue(java.lang.String pName)
Gets the Value of the TransferAttribute wich are stored under pName |
Payload |
getPayload()
Gets the PayLoad of this Transferable |
void |
setPayload(Payload pPayload)
Sets the Payload of this Transferable |
Method Detail |
public Payload getPayload()
public void setPayload(Payload pPayload)
public java.util.Collection getAttributeNames()
public java.util.Collection getAttributes()
public TransferAttribute getAttribute(java.lang.String pName)
pName
-
public java.lang.Object getAttributeValue(java.lang.String pName)
pName
-
public void addAttribute(TransferAttribute pAttribute)
pAttribute
- The Attribute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |