org.infoglue.cms.entities.content.impl.simple
Class SmallDigitalAssetImpl

java.lang.Object
  extended by org.infoglue.cms.entities.content.impl.simple.DigitalAssetImpl
      extended by org.infoglue.cms.entities.content.impl.simple.SmallDigitalAssetImpl
All Implemented Interfaces:
DigitalAsset, IBaseEntity

public class SmallDigitalAssetImpl
extends DigitalAssetImpl


Constructor Summary
SmallDigitalAssetImpl()
           
 
Method Summary
 java.lang.String getAssetContentType()
           
 java.lang.String getAssetFileName()
           
 java.lang.String getAssetFilePath()
           
 java.lang.Integer getAssetFileSize()
           
 java.lang.String getAssetKey()
           
 java.util.Collection getContentVersions()
           
 java.lang.Integer getDigitalAssetId()
           
 java.util.Collection getGroupProperties()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 boolean getIsAssetBlobRead()
           
 java.util.Collection getRoleProperties()
           
 java.util.Collection getUserProperties()
           
 DigitalAssetVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setAssetContentType(java.lang.String assetContentType)
           
 void setAssetFileName(java.lang.String assetFileName)
           
 void setAssetFilePath(java.lang.String assetFilePath)
           
 void setAssetFileSize(java.lang.Integer assetFileSize)
           
 void setAssetKey(java.lang.String assetKey)
           
 void setContentVersions(java.util.Collection contentVersions)
           
 void setDigitalAssetId(java.lang.Integer digitalAssetId)
           
 void setGroupProperties(java.util.Collection groupProperties)
           
 void setRoleProperties(java.util.Collection roleProperties)
           
 void setUserProperties(java.util.Collection userProperties)
           
 void setValueObject(DigitalAssetVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 
Methods inherited from class org.infoglue.cms.entities.content.impl.simple.DigitalAssetImpl
getAssetBlob, getAssetBytes, setAssetBlob, setAssetBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmallDigitalAssetImpl

public SmallDigitalAssetImpl()
Method Detail

getVO

public BaseEntityVO getVO()
Specified by:
getVO in interface IBaseEntity
Overrides:
getVO in class DigitalAssetImpl
See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getVO()

setVO

public void setVO(BaseEntityVO valueObject)
Specified by:
setVO in interface IBaseEntity
Overrides:
setVO in class DigitalAssetImpl
See Also:
org.infoglue.cms.entities.kernel.BaseEntity#setVO(BaseEntityVO)

getId

public java.lang.Integer getId()
Specified by:
getId in interface IBaseEntity
Overrides:
getId in class DigitalAssetImpl
See Also:
org.infoglue.cms.entities.kernel.BaseEntity#getId()

getIdAsObject

public java.lang.Object getIdAsObject()
Specified by:
getIdAsObject in interface IBaseEntity
Overrides:
getIdAsObject in class DigitalAssetImpl

getValueObject

public DigitalAssetVO getValueObject()
Specified by:
getValueObject in interface DigitalAsset
Overrides:
getValueObject in class DigitalAssetImpl

setValueObject

public void setValueObject(DigitalAssetVO valueObject)
Specified by:
setValueObject in interface DigitalAsset
Overrides:
setValueObject in class DigitalAssetImpl

getDigitalAssetId

public java.lang.Integer getDigitalAssetId()
Specified by:
getDigitalAssetId in interface DigitalAsset
Overrides:
getDigitalAssetId in class DigitalAssetImpl

setDigitalAssetId

public void setDigitalAssetId(java.lang.Integer digitalAssetId)
Specified by:
setDigitalAssetId in interface DigitalAsset
Overrides:
setDigitalAssetId in class DigitalAssetImpl

getAssetFileName

public java.lang.String getAssetFileName()
Specified by:
getAssetFileName in interface DigitalAsset
Overrides:
getAssetFileName in class DigitalAssetImpl

setAssetFileName

public void setAssetFileName(java.lang.String assetFileName)
Specified by:
setAssetFileName in interface DigitalAsset
Overrides:
setAssetFileName in class DigitalAssetImpl

getAssetKey

public java.lang.String getAssetKey()
Specified by:
getAssetKey in interface DigitalAsset
Overrides:
getAssetKey in class DigitalAssetImpl

setAssetKey

public void setAssetKey(java.lang.String assetKey)
Specified by:
setAssetKey in interface DigitalAsset
Overrides:
setAssetKey in class DigitalAssetImpl

getAssetFilePath

public java.lang.String getAssetFilePath()
Specified by:
getAssetFilePath in interface DigitalAsset
Overrides:
getAssetFilePath in class DigitalAssetImpl

setAssetFilePath

public void setAssetFilePath(java.lang.String assetFilePath)
Specified by:
setAssetFilePath in interface DigitalAsset
Overrides:
setAssetFilePath in class DigitalAssetImpl

getAssetContentType

public java.lang.String getAssetContentType()
Specified by:
getAssetContentType in interface DigitalAsset
Overrides:
getAssetContentType in class DigitalAssetImpl

setAssetContentType

public void setAssetContentType(java.lang.String assetContentType)
Specified by:
setAssetContentType in interface DigitalAsset
Overrides:
setAssetContentType in class DigitalAssetImpl

getAssetFileSize

public java.lang.Integer getAssetFileSize()
Specified by:
getAssetFileSize in interface DigitalAsset
Overrides:
getAssetFileSize in class DigitalAssetImpl

setAssetFileSize

public void setAssetFileSize(java.lang.Integer assetFileSize)
Specified by:
setAssetFileSize in interface DigitalAsset
Overrides:
setAssetFileSize in class DigitalAssetImpl

getContentVersions

public java.util.Collection getContentVersions()
Specified by:
getContentVersions in interface DigitalAsset
Overrides:
getContentVersions in class DigitalAssetImpl

setContentVersions

public void setContentVersions(java.util.Collection contentVersions)
Specified by:
setContentVersions in interface DigitalAsset
Overrides:
setContentVersions in class DigitalAssetImpl

getUserProperties

public java.util.Collection getUserProperties()
Specified by:
getUserProperties in interface DigitalAsset
Overrides:
getUserProperties in class DigitalAssetImpl

setUserProperties

public void setUserProperties(java.util.Collection userProperties)
Specified by:
setUserProperties in interface DigitalAsset
Overrides:
setUserProperties in class DigitalAssetImpl

getRoleProperties

public java.util.Collection getRoleProperties()
Specified by:
getRoleProperties in interface DigitalAsset
Overrides:
getRoleProperties in class DigitalAssetImpl

setRoleProperties

public void setRoleProperties(java.util.Collection roleProperties)
Specified by:
setRoleProperties in interface DigitalAsset
Overrides:
setRoleProperties in class DigitalAssetImpl

getGroupProperties

public java.util.Collection getGroupProperties()
Specified by:
getGroupProperties in interface DigitalAsset
Overrides:
getGroupProperties in class DigitalAssetImpl

setGroupProperties

public void setGroupProperties(java.util.Collection groupProperties)
Specified by:
setGroupProperties in interface DigitalAsset
Overrides:
setGroupProperties in class DigitalAssetImpl

getIsAssetBlobRead

public boolean getIsAssetBlobRead()
Specified by:
getIsAssetBlobRead in interface DigitalAsset
Overrides:
getIsAssetBlobRead in class DigitalAssetImpl


Copyright © 2005 InfoGlue.org All Rights Reserved.