wt.folder
Interface CabinetMember

All Superinterfaces:
CabinetBased, FolderEntry, FolderServiceManaged, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
CabinetManaged, ImportSession

public interface CabinetMember
extends FolderEntry

A CabinetMember is an object that can be put in a Cabinet, but not a SubFolder.

Supported API: true

Extendable: false


Field Summary
static String CABINET
          Label for the attribute.
 
Fields inherited from interface wt.folder.CabinetBased
CABINET_REFERENCE, FOLDER_PATH, LOCATION, NAME
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Method Summary
 CabinetReference getCabinet()
          Gets the value of the attribute: CABINET.
 void setCabinet(CabinetReference a_Cabinet)
          Sets the value of the attribute: CABINET.
 
Methods inherited from interface wt.folder.CabinetBased
getCabinetReference, getFolderPath, getLocation, getName
 
Methods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getPersistInfo, getType, setPersistInfo
 
Methods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternal
 
Methods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassname
 

Field Detail

CABINET

public static final String CABINET
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getCabinet

public CabinetReference getCabinet()
Gets the value of the attribute: CABINET.

Supported API: false

Returns:
CabinetReference

setCabinet

public void setCabinet(CabinetReference a_Cabinet)
Sets the value of the attribute: CABINET.

Supported API: false

Parameters:
a_Cabinet -