public class MediumAccessData extends Object implements Serializable
| Constructor and Description |
|---|
MediumAccessData(Date creationDate,
Date lastWriteAccess)
Literal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static MediumAccessData |
fromNative(com.saperion.jna.applsrv.m2j.natives.MediumInfoType mediumInfoType)
Constructs an instance of
MediumAccessData from a given wrapper of the corresponding native type. |
Date |
getCreationDate() |
Date |
getLastWriteAccess() |
String |
toString() |
public MediumAccessData(Date creationDate, Date lastWriteAccess)
creationDate - getCreationDate()lastWriteAccess - getLastWriteAccess()public Date getCreationDate()
public Date getLastWriteAccess()
public static MediumAccessData fromNative(com.saperion.jna.applsrv.m2j.natives.MediumInfoType mediumInfoType)
MediumAccessData from a given wrapper of the corresponding native type.mediumInfoType - An instance of MediumInfoType corresponding to the same medium.MediumAccessData corresponding to the same medium a the given MediumInfoType does.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.