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

java.lang.Object
  extended by org.infoglue.cms.entities.content.impl.simple.TinyContentVersionImpl
All Implemented Interfaces:
TinyContentVersion, IBaseEntity

public class TinyContentVersionImpl
extends java.lang.Object
implements TinyContentVersion


Constructor Summary
TinyContentVersionImpl()
           
 
Method Summary
 java.lang.String getContentTitle()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.Integer getLanguageId()
           
 int getRepositoryId()
           
 java.lang.String getRepositoryName()
           
 double getScore()
           
 java.lang.String getScoreImg()
           
 java.lang.Integer getTinyContentVersionId()
           
 java.lang.String getTitle()
           
 java.lang.String getType()
           
 TinyContentVersionVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setContentTitle(java.lang.String t)
           
 void setLanguageId(java.lang.Integer i)
           
 void setRepositoryId(int i)
           
 void setRepositoryName(java.lang.String r)
           
 void setScore(double s)
           
 void setScoreImg(java.lang.String s)
           
 void setTinyContentVersionId(java.lang.Integer i)
           
 void setTitle(java.lang.String s)
           
 void setType(java.lang.String t)
           
 void setValueObject(TinyContentVersionVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TinyContentVersionImpl

public TinyContentVersionImpl()
Method Detail

getVO

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

setVO

public void setVO(BaseEntityVO valueObject)
Specified by:
setVO in interface IBaseEntity

getId

public java.lang.Integer getId()
Specified by:
getId in interface IBaseEntity

getIdAsObject

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

getValueObject

public TinyContentVersionVO getValueObject()
Specified by:
getValueObject in interface TinyContentVersion

setValueObject

public void setValueObject(TinyContentVersionVO valueObject)
Specified by:
setValueObject in interface TinyContentVersion

getTinyContentVersionId

public java.lang.Integer getTinyContentVersionId()
Specified by:
getTinyContentVersionId in interface TinyContentVersion

getLanguageId

public java.lang.Integer getLanguageId()
Specified by:
getLanguageId in interface TinyContentVersion

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in interface TinyContentVersion

setTinyContentVersionId

public void setTinyContentVersionId(java.lang.Integer i)
Specified by:
setTinyContentVersionId in interface TinyContentVersion

setLanguageId

public void setLanguageId(java.lang.Integer i)
Specified by:
setLanguageId in interface TinyContentVersion

setScore

public void setScore(double s)
Specified by:
setScore in interface TinyContentVersion

getScore

public double getScore()
Specified by:
getScore in interface TinyContentVersion

setTitle

public void setTitle(java.lang.String s)
Specified by:
setTitle in interface TinyContentVersion

setScoreImg

public void setScoreImg(java.lang.String s)
Specified by:
setScoreImg in interface TinyContentVersion

getScoreImg

public java.lang.String getScoreImg()
Specified by:
getScoreImg in interface TinyContentVersion

setContentTitle

public void setContentTitle(java.lang.String t)
Specified by:
setContentTitle in interface TinyContentVersion

setRepositoryName

public void setRepositoryName(java.lang.String r)
Specified by:
setRepositoryName in interface TinyContentVersion

setRepositoryId

public void setRepositoryId(int i)
Specified by:
setRepositoryId in interface TinyContentVersion

getContentTitle

public java.lang.String getContentTitle()
Specified by:
getContentTitle in interface TinyContentVersion

getRepositoryName

public java.lang.String getRepositoryName()
Specified by:
getRepositoryName in interface TinyContentVersion

getRepositoryId

public int getRepositoryId()
Specified by:
getRepositoryId in interface TinyContentVersion

getType

public java.lang.String getType()
Specified by:
getType in interface TinyContentVersion

setType

public void setType(java.lang.String t)
Specified by:
setType in interface TinyContentVersion


Copyright © 2005 InfoGlue.org All Rights Reserved.