|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.dataops.archivesystem.fileimpl.FileArchiveResident
Supported API: false
Extendable: false
Field Summary | |
private WTArchiveObjectInfo |
archiveObjectInfo
|
private static String |
CLASSNAME
|
private Date |
createDate
|
private long |
expiry
|
private String |
name
|
private static String |
RESOURCE
|
private String |
source
|
Fields inherited from interface wt.dataops.archivesystem.ArchiveResident |
ARCHIVE_OBJECT_INFO |
Constructor Summary | |
FileArchiveResident(String id,
String vol,
long exp,
Date crDate,
String nm,
String src)
Supported API: false |
|
FileArchiveResident(String id,
String vol,
String nm,
String src)
Supported API: false |
Method Summary | |
private void |
archiveObjectInfoValidate(WTArchiveObjectInfo a_ArchiveObjectInfo)
|
WTArchiveObjectInfo |
getArchiveObjectInfo()
Gets the object for the association that plays role: archiveObjectInfo. |
Date |
getCreateDate()
Gets the value of the attribute: createDate. |
long |
getExpiry()
Gets the value of the attribute: expiry. |
String |
getName()
Gets the value of the attribute: name. |
String |
getSource()
Gets the value of the attribute: source. |
void |
setArchiveObjectInfo(WTArchiveObjectInfo a_ArchiveObjectInfo)
Sets the object for the association that plays role: archiveObjectInfo. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private long expiry
private Date createDate
private String name
private String source
private WTArchiveObjectInfo archiveObjectInfo
Constructor Detail |
public FileArchiveResident(String id, String vol, long exp, Date crDate, String nm, String src) throws WTArchiveSystemException
id
- vol
- exp
- crDate
- nm
- src
-
WTArchiveSystemException
public FileArchiveResident(String id, String vol, String nm, String src) throws WTArchiveSystemException
id
- vol
- nm
- src
-
WTArchiveSystemException
Method Detail |
public long getExpiry()
public Date getCreateDate()
public String getName()
public String getSource()
public WTArchiveObjectInfo getArchiveObjectInfo()
getArchiveObjectInfo
in interface ArchiveResident
public void setArchiveObjectInfo(WTArchiveObjectInfo a_ArchiveObjectInfo) throws WTPropertyVetoException
setArchiveObjectInfo
in interface ArchiveResident
a_ArchiveObjectInfo
-
WTPropertyVetoException
private void archiveObjectInfoValidate(WTArchiveObjectInfo a_ArchiveObjectInfo) throws WTPropertyVetoException
a_ArchiveObjectInfo
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |