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


Field Summary
static String TYPENAME
          Label for the attribute.
 
Fields inherited from interface wt.admin.DomainAdministered
DOMAIN_REF, INHERITED_DOMAIN
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Method Summary
 IdentificationObject getIdentificationObject()
          Constructs and returns an identification object.
 String getTypename()
          Gets the value of the attribute: TYPENAME.
 void setTypename(String a_Typename)
          Sets the value of the attribute: TYPENAME.
 
Methods inherited from interface wt.admin.DomainAdministered
getDomainRef, isInheritedDomain, setDomainRef, setInheritedDomain
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 

Field Detail

TYPENAME

public static final String TYPENAME
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

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