wt.fc.archive
Interface ArchiveInfoHolder

All Superinterfaces:
NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
ControlBranch

public interface ArchiveInfoHolder
extends Persistable



Supported API: false

Extendable: false


Field Summary
static String ARCHIVE_INFO
          Label for the attribute.
 
Fields inherited from interface wt.fc.Persistable
IDENTITY, PERSIST_INFO, TYPE
 
Method Summary
 ArchiveInfo getArchiveInfo()
          Gets the object for the association that plays role: ARCHIVE_INFO.
 void setArchiveInfo(ArchiveInfo a_ArchiveInfo)
          Sets the object for the association that plays role: ARCHIVE_INFO.
 
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

ARCHIVE_INFO

public static final String ARCHIVE_INFO
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getArchiveInfo

public ArchiveInfo getArchiveInfo()
Gets the object for the association that plays role: ARCHIVE_INFO.

Supported API: false

Returns:
ArchiveInfo

setArchiveInfo

public void setArchiveInfo(ArchiveInfo a_ArchiveInfo)
                    throws WTPropertyVetoException
Sets the object for the association that plays role: ARCHIVE_INFO.

Supported API: false

Parameters:
a_ArchiveInfo -
Throws:
WTPropertyVetoException