wt.transfer.policy
Interface TransferPolicy
- All Superinterfaces:
- AccessControlled, DomainAdministered, Identified, NetFactor, ObjectMappable, Persistable, Serializable
- All Known Implementing Classes:
- AbstractTransferPolicy
- public interface TransferPolicy
- extends DomainAdministered, AccessControlled, Persistable, Identified
Supported API: false
Extendable: false
TYPENAME
public static final String TYPENAME
- Label for the attribute.
Supported API: false
- See Also:
- Constant Field Values
getTypename
public String getTypename()
- Gets the value of the attribute: TYPENAME.
Supported API: false
- Returns:
- String
setTypename
public void setTypename(String a_Typename)
throws WTPropertyVetoException
- Sets the value of the attribute: TYPENAME.
Supported API: false
- Parameters:
a_Typename
-
- Throws:
WTPropertyVetoException
getIdentificationObject
public IdentificationObject getIdentificationObject()
throws WTException
- Constructs and returns an identification object. This method is the
only way to obtain an identification object.
Supported API: false
- Specified by:
getIdentificationObject
in interface Identified
- Returns:
- IdentificationObject
- Throws:
WTException