@Entity public class JpaAuditLogItem extends BaseEntity implements AuditLogItem
id| Constructor and Description |
|---|
JpaAuditLogItem() |
equals, getId, getModified, hashCode, setId, setModified, toStringpublic String getAccount()
getAccount in interface AuditLogItempublic String getStoreId()
getStoreId in interface AuditLogItempublic String getSpaceId()
getSpaceId in interface AuditLogItempublic String getContentId()
getContentId in interface AuditLogItempublic String getContentMd5()
getContentMd5 in interface AuditLogItempublic String getMimetype()
getMimetype in interface AuditLogItempublic String getContentSize()
getContentSize in interface AuditLogItempublic String getContentProperties()
getContentProperties in interface AuditLogItempublic String getSpaceAcls()
getSpaceAcls in interface AuditLogItempublic String getAction()
getAction in interface AuditLogItempublic String getUsername()
getUsername in interface AuditLogItempublic String getSourceSpaceId()
getSourceSpaceId in interface AuditLogItempublic String getSourceContentId()
getSourceContentId in interface AuditLogItempublic long getTimestamp()
getTimestamp in interface AuditLogItempublic void setAccount(String account)
public void setStoreId(String storeId)
public void setSpaceId(String spaceId)
public void setContentId(String contentId)
public void setContentMd5(String contentMd5)
public void setMimetype(String mimetype)
public void setContentSize(String contentSize)
public void setContentProperties(String contentProperties)
public void setSpaceAcls(String spaceAcls)
public void setAction(String action)
public void setUsername(String username)
public void setSourceSpaceId(String sourceSpaceId)
public void setSourceContentId(String sourceContentId)
public void setTimestamp(Long timestamp)
public String getUniqueKey()
public void setUniqueKey(String uniqueKey)
public boolean isWritten()
public void setWritten(boolean written)
Copyright © 2015 DuraSpace. All rights reserved.