|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transferable
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 which are stored under pName. |
java.util.Collection |
getAttributeNames()
Returns the Collection of keys, under which TransferAttributes. |
java.util.Collection |
getAttributes()
Returns the Collection of TransferAttributes which stored in. |
java.lang.Object |
getAttributeValue(java.lang.String pName)
Gets the Value of the TransferAttribute which are stored under pName. |
Payload |
getPayload()
Gets the PayLoad of this Transferable. |
void |
setPayload(Payload pPayload)
Sets the Payload of this Transferable. |
Method Detail |
---|
Payload getPayload()
void setPayload(Payload pPayload)
java.util.Collection getAttributeNames()
java.util.Collection getAttributes()
TransferAttribute getAttribute(java.lang.String pName)
pName
-
java.lang.Object getAttributeValue(java.lang.String pName)
pName
-
void addAttribute(TransferAttribute pAttribute)
pAttribute
- The Attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |