org.infoglue.cms.entities.management
Interface Registry
- All Superinterfaces:
- IBaseEntity
- All Known Implementing Classes:
- RegistryImpl
public interface Registry
- extends IBaseEntity
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.