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