org.infoglue.cms.entities.publishing.impl.simple
Class PublicationDetailImpl
java.lang.Object
org.infoglue.cms.entities.publishing.impl.simple.PublicationDetailImpl
- All Implemented Interfaces:
- IBaseEntity, PublicationDetail
public class PublicationDetailImpl
- extends java.lang.Object
- implements PublicationDetail
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublicationDetailImpl
public PublicationDetailImpl()
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.