org.infoglue.cms.entities.kernel
Interface IBaseEntity

All Known Subinterfaces:
AccessRight, AccessRightGroup, AccessRightRole, ActionDefinition, Actor, AvailableServiceBinding, Category, Consequence, ConsequenceDefinition, Content, ContentCategory, ContentTypeDefinition, ContentVersion, DigitalAsset, Event, Group, GroupContentTypeDefinition, GroupProperties, InterceptionPoint, Interceptor, Language, PropertiesCategory, Publication, PublicationDetail, Qualifyer, Registry, Repository, RepositoryLanguage, Role, RoleContentTypeDefinition, RoleProperties, ServiceBinding, ServiceDefinition, SiteNode, SiteNodeTypeDefinition, SiteNodeVersion, SystemUser, TinyContentVersion, TransactionHistory, UserContentTypeDefinition, UserProperties, Workflow, WorkflowDefinition
All Known Implementing Classes:
AccessRightGroupImpl, AccessRightImpl, AccessRightRoleImpl, ActionDefinitionImpl, ActorImpl, AvailableServiceBindingImpl, CategoryImpl, ConsequenceDefinitionImpl, ConsequenceImpl, ContentCategoryImpl, ContentImpl, ContentTypeDefinitionImpl, ContentVersionImpl, DigitalAssetImpl, EventImpl, GroupContentTypeDefinitionImpl, GroupImpl, GroupPropertiesImpl, InterceptionPointImpl, InterceptorImpl, LanguageImpl, PropertiesCategoryImpl, PublicationDetailImpl, PublicationImpl, QualifyerImpl, RegistryImpl, RepositoryImpl, RepositoryLanguageImpl, RoleContentTypeDefinitionImpl, RoleImpl, RolePropertiesImpl, ServiceBindingImpl, ServiceDefinitionImpl, SiteNodeImpl, SiteNodeTypeDefinitionImpl, SiteNodeVersionImpl, SystemUserImpl, TinyContentVersionImpl, TransactionHistoryImpl, UserContentTypeDefinitionImpl, UserPropertiesImpl, WorkflowDefinitionImpl, WorkflowImpl

public interface IBaseEntity


Method Summary
 java.lang.Integer getId()
           
 java.lang.Object getIdAsObject()
           
 BaseEntityVO getVO()
           
 void setVO(BaseEntityVO valueObject)
           
 

Method Detail

getId

public java.lang.Integer getId()

getIdAsObject

public java.lang.Object getIdAsObject()

getVO

public BaseEntityVO getVO()

setVO

public void setVO(BaseEntityVO valueObject)