org.infoglue.cms.entities.publishing.impl.simple
Class PublicationDetailImpl

java.lang.Object
  extended by org.infoglue.cms.entities.publishing.impl.simple.PublicationDetailImpl
All Implemented Interfaces:
IBaseEntity, PublicationDetail

public class PublicationDetailImpl
extends java.lang.Object
implements PublicationDetail


Constructor Summary
PublicationDetailImpl()
           
 
Method Summary
 java.util.Date getCreationDateTime()
           
 java.lang.String getCreator()
           
 java.lang.String getDescription()
           
 java.lang.String getEntityClass()
           
 java.lang.Integer getEntityId()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.String getName()
           
 PublicationImpl getPublication()
           
 java.lang.Integer getPublicationDetailId()
           
 java.lang.Integer getTypeId()
           
 PublicationDetailVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setCreationDateTime(java.util.Date creationDateTime)
           
 void setCreator(java.lang.String creator)
           
 void setDescription(java.lang.String description)
           
 void setEntityClass(java.lang.String entityClass)
           
 void setEntityId(java.lang.Integer entityId)
           
 void setName(java.lang.String name)
           
 void setPublication(PublicationImpl publication)
           
 void setPublicationDetailId(java.lang.Integer publicationDetailId)
           
 void setTypeId(java.lang.Integer typeId)
           
 void setValueObject(PublicationDetailVO 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

PublicationDetailImpl

public PublicationDetailImpl()
Method Detail

getValueObject

public PublicationDetailVO getValueObject()
Specified by:
getValueObject in interface PublicationDetail

getIdAsObject

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

setValueObject

public void setValueObject(PublicationDetailVO valueObject)
Specified by:
setValueObject in interface PublicationDetail

getPublicationDetailId

public java.lang.Integer getPublicationDetailId()
Specified by:
getPublicationDetailId in interface PublicationDetail

setPublicationDetailId

public void setPublicationDetailId(java.lang.Integer publicationDetailId)
Specified by:
setPublicationDetailId in interface PublicationDetail

getName

public java.lang.String getName()
Specified by:
getName in interface PublicationDetail

setName

public void setName(java.lang.String name)
Specified by:
setName in interface PublicationDetail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface PublicationDetail

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface PublicationDetail

getEntityClass

public java.lang.String getEntityClass()
Specified by:
getEntityClass in interface PublicationDetail

setEntityClass

public void setEntityClass(java.lang.String entityClass)
Specified by:
setEntityClass in interface PublicationDetail

getEntityId

public java.lang.Integer getEntityId()
Specified by:
getEntityId in interface PublicationDetail

setEntityId

public void setEntityId(java.lang.Integer entityId)
Specified by:
setEntityId in interface PublicationDetail

getTypeId

public java.lang.Integer getTypeId()
Specified by:
getTypeId in interface PublicationDetail

setTypeId

public void setTypeId(java.lang.Integer typeId)
Specified by:
setTypeId in interface PublicationDetail

getCreationDateTime

public java.util.Date getCreationDateTime()
Specified by:
getCreationDateTime in interface PublicationDetail

setCreationDateTime

public void setCreationDateTime(java.util.Date creationDateTime)
Specified by:
setCreationDateTime in interface PublicationDetail

getCreator

public java.lang.String getCreator()
Specified by:
getCreator in interface PublicationDetail

setCreator

public void setCreator(java.lang.String creator)
Specified by:
setCreator in interface PublicationDetail

getPublication

public PublicationImpl getPublication()
Specified by:
getPublication in interface PublicationDetail

setPublication

public void setPublication(PublicationImpl publication)
Specified by:
setPublication in interface PublicationDetail

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
See Also:
org.infoglue.cms.entities.kernel.BaseEntity#setVO(BaseEntityVO)

getId

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


Copyright © 2005 InfoGlue.org All Rights Reserved.