org.infoglue.cms.entities.management.impl.simple
Class RegistryImpl

java.lang.Object
  extended by org.infoglue.cms.entities.management.impl.simple.RegistryImpl
All Implemented Interfaces:
IBaseEntity, Registry

public class RegistryImpl
extends java.lang.Object
implements Registry


Constructor Summary
RegistryImpl()
           
 
Method Summary
 java.lang.String getEntityId()
           
 java.lang.String getEntityName()
           
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 java.lang.Integer getReferenceType()
           
 java.lang.String getReferencingEntityCompletingId()
           
 java.lang.String getReferencingEntityCompletingName()
           
 java.lang.String getReferencingEntityId()
           
 java.lang.String getReferencingEntityName()
           
 java.lang.Integer getRegistryId()
           
 RegistryVO getValueObject()
           
 BaseEntityVO getVO()
           
 void setEntityId(java.lang.String entityId)
           
 void setEntityName(java.lang.String entityName)
           
 void setReferenceType(java.lang.Integer referenceType)
           
 void setReferencingEntityCompletingId(java.lang.String referencingEntityCompletingId)
           
 void setReferencingEntityCompletingName(java.lang.String referencingEntityCompletingName)
           
 void setReferencingEntityId(java.lang.String referencingEntityId)
           
 void setReferencingEntityName(java.lang.String referencingEntityName)
           
 void setRegistryId(java.lang.Integer registryId)
           
 void setValueObject(RegistryVO valueObject)
           
 void setVO(BaseEntityVO valueObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistryImpl

public RegistryImpl()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getId

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

getIdAsObject

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

getValueObject

public RegistryVO getValueObject()
Specified by:
getValueObject in interface Registry

setValueObject

public void setValueObject(RegistryVO valueObject)
Specified by:
setValueObject in interface Registry

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)

getRegistryId

public java.lang.Integer getRegistryId()
Specified by:
getRegistryId in interface Registry

setRegistryId

public void setRegistryId(java.lang.Integer registryId)
Specified by:
setRegistryId in interface Registry

getEntityId

public java.lang.String getEntityId()
Specified by:
getEntityId in interface Registry

setEntityId

public void setEntityId(java.lang.String entityId)
Specified by:
setEntityId in interface Registry

getEntityName

public java.lang.String getEntityName()
Specified by:
getEntityName in interface Registry

setEntityName

public void setEntityName(java.lang.String entityName)
Specified by:
setEntityName in interface Registry

getReferenceType

public java.lang.Integer getReferenceType()
Specified by:
getReferenceType in interface Registry

setReferenceType

public void setReferenceType(java.lang.Integer referenceType)
Specified by:
setReferenceType in interface Registry

getReferencingEntityId

public java.lang.String getReferencingEntityId()
Specified by:
getReferencingEntityId in interface Registry

setReferencingEntityId

public void setReferencingEntityId(java.lang.String referencingEntityId)
Specified by:
setReferencingEntityId in interface Registry

getReferencingEntityName

public java.lang.String getReferencingEntityName()
Specified by:
getReferencingEntityName in interface Registry

setReferencingEntityName

public void setReferencingEntityName(java.lang.String referencingEntityName)
Specified by:
setReferencingEntityName in interface Registry

getReferencingEntityCompletingId

public java.lang.String getReferencingEntityCompletingId()
Specified by:
getReferencingEntityCompletingId in interface Registry

setReferencingEntityCompletingId

public void setReferencingEntityCompletingId(java.lang.String referencingEntityCompletingId)
Specified by:
setReferencingEntityCompletingId in interface Registry

getReferencingEntityCompletingName

public java.lang.String getReferencingEntityCompletingName()
Specified by:
getReferencingEntityCompletingName in interface Registry

setReferencingEntityCompletingName

public void setReferencingEntityCompletingName(java.lang.String referencingEntityCompletingName)
Specified by:
setReferencingEntityCompletingName in interface Registry


Copyright © 2005 InfoGlue.org All Rights Reserved.