|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides an abstract specification of how to perform a transfer and on
what data based on criteria. The transfer specification is a Persistable
type of object that is domain administered, access controlled, foldered,
and ownable. This enables transfer specifications to be stored for later
usage.
Supported API: false
Extendable: false
wt.transfer.TransferCriterion
Field Summary | |
static String |
LOCATION
Label for the attribute. |
static String |
NAME
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 |
getLocation()
Gets the value of the attribute: LOCATION. |
String |
getName()
Gets the value of the attribute: NAME. |
void |
setLocation(String a_Location)
Sets the value of the attribute: LOCATION. |
void |
setName(String a_Name)
Sets the value of the attribute: NAME. |
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 |
public static final String NAME
public static final String LOCATION
Method Detail |
public String getName()
public void setName(String a_Name) throws WTPropertyVetoException
a_Name
-
WTPropertyVetoException
public String getLocation()
public void setLocation(String a_Location) throws WTPropertyVetoException
a_Location
-
WTPropertyVetoException
public IdentificationObject getIdentificationObject() throws WTException
getIdentificationObject
in interface Identified
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |