|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that defines information as being part of a Cabinet and
Folder organization structure. All CabinetBased information has a location
that can be described by a path.
Supported API: true
Extendable: false
Field Summary | |
static String |
CABINET_REFERENCE
Label for the attribute; A reference to the cabinet that the entry is consided part of. |
static String |
FOLDER_PATH
Label for the attribute; The complete path for the object. |
static String |
LOCATION
Label for the attribute; The location, described as a path for the object. |
static String |
NAME
Label for the attribute; A name for the information. |
Fields inherited from interface wt.fc.Persistable |
IDENTITY, PERSIST_INFO, TYPE |
Method Summary | |
CabinetReference |
getCabinetReference()
Gets the value of the attribute: CABINET_REFERENCE. |
String |
getFolderPath()
Gets the value of the attribute: FOLDER_PATH. |
String |
getLocation()
Gets the value of the attribute: LOCATION. |
String |
getName()
Gets the value of the attribute: NAME. |
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 |
public static final String NAME
public static final String FOLDER_PATH
public static final String LOCATION
public static final String CABINET_REFERENCE
Method Detail |
public String getName()
public String getFolderPath()
public String getLocation()
public CabinetReference getCabinetReference()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |