org.infoglue.cms.entities.management
Interface Registry

All Superinterfaces:
IBaseEntity
All Known Implementing Classes:
RegistryImpl

public interface Registry
extends IBaseEntity


Method Summary
 java.lang.String getEntityId()
           
 java.lang.String getEntityName()
           
 java.lang.Integer getId()
           
 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()
           
 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)
           
 
Methods inherited from interface org.infoglue.cms.entities.kernel.IBaseEntity
getIdAsObject, getVO, setVO
 

Method Detail

getId

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

getValueObject

RegistryVO getValueObject()

setValueObject

void setValueObject(RegistryVO valueObject)

getRegistryId

java.lang.Integer getRegistryId()

setRegistryId

void setRegistryId(java.lang.Integer registryId)

getEntityId

java.lang.String getEntityId()

setEntityId

void setEntityId(java.lang.String entityId)

getEntityName

java.lang.String getEntityName()

setEntityName

void setEntityName(java.lang.String entityName)

getReferenceType

java.lang.Integer getReferenceType()

setReferenceType

void setReferenceType(java.lang.Integer referenceType)

getReferencingEntityId

java.lang.String getReferencingEntityId()

setReferencingEntityId

void setReferencingEntityId(java.lang.String referencingEntityId)

getReferencingEntityName

java.lang.String getReferencingEntityName()

setReferencingEntityName

void setReferencingEntityName(java.lang.String referencingEntityName)

getReferencingEntityCompletingId

java.lang.String getReferencingEntityCompletingId()

setReferencingEntityCompletingId

void setReferencingEntityCompletingId(java.lang.String referencingEntityCompletingId)

getReferencingEntityCompletingName

java.lang.String getReferencingEntityCompletingName()

setReferencingEntityCompletingName

void setReferencingEntityCompletingName(java.lang.String referencingEntityCompletingName)


Copyright © 2005 InfoGlue.org All Rights Reserved.