org.alfresco.wcm.asset
Class AssetInfoImpl
java.lang.Object
org.alfresco.wcm.asset.AssetInfoImpl
- All Implemented Interfaces:
- AssetInfo
public class AssetInfoImpl
- extends java.lang.Object
- implements AssetInfo
Provides information about a WCM asset
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public java.lang.String getName()
- Specified by:
getName
in interface AssetInfo
getSandboxId
public java.lang.String getSandboxId()
- Specified by:
getSandboxId
in interface AssetInfo
getPath
public java.lang.String getPath()
- Specified by:
getPath
in interface AssetInfo
isFile
public boolean isFile()
- Specified by:
isFile
in interface AssetInfo
isFolder
public boolean isFolder()
- Specified by:
isFolder
in interface AssetInfo
isDeleted
public boolean isDeleted()
- Specified by:
isDeleted
in interface AssetInfo
getCreator
public java.lang.String getCreator()
- Specified by:
getCreator
in interface AssetInfo
getCreatedDate
public java.util.Date getCreatedDate()
- Specified by:
getCreatedDate
in interface AssetInfo
getModifier
public java.lang.String getModifier()
- Specified by:
getModifier
in interface AssetInfo
getModifiedDate
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate
in interface AssetInfo
getSandboxVersion
public int getSandboxVersion()
- Specified by:
getSandboxVersion
in interface AssetInfo
isLocked
public boolean isLocked()
- Specified by:
isLocked
in interface AssetInfo
getFileSize
public long getFileSize()
- Specified by:
getFileSize
in interface AssetInfo
getLockOwner
public java.lang.String getLockOwner()
- Specified by:
getLockOwner
in interface AssetInfo
getAVMNodeDescriptor
public AVMNodeDescriptor getAVMNodeDescriptor()
getAvmPath
public java.lang.String getAvmPath()
- Specified by:
getAvmPath
in interface AssetInfo
getDiffCode
public int getDiffCode()
- Specified by:
getDiffCode
in interface AssetInfo
setDiffCode
public void setDiffCode(int diffCode)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.