|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mayo.edu.lgModel.LexGridBase
org.LexGrid.commonTypes.Versionable
org.LexGrid.commonTypes.VersionableAndDescribable
org.LexGrid.concepts.Entity
org.LexGrid.relations.AssociationEntity
org.lexevs.dao.database.lazyload.LazyLoadableEntity
public class LazyLoadableEntity
The Class LazyLoadableEntity.
Constructor Summary | |
---|---|
LazyLoadableEntity()
|
Method Summary | |
---|---|
protected void |
doHydrate()
Do hydrate. |
java.lang.String |
getCodingSchemeId()
Gets the coding scheme id. |
Definition[] |
getDefinition()
Method getDefinition.Returns the contents of the collection in an Array. |
int |
getDefinitionCount()
Method getDefinitionCount. |
java.lang.String |
getEntityId()
Gets the entity id. |
Presentation[] |
getPresentation()
Method getPresentation.Returns the contents of the collection in an Array. |
PropertyDao |
getPropertyDao()
Gets the property dao. |
protected void |
hydrate()
Hydrate. |
void |
setEntityId(java.lang.String entityId)
Sets the entity id. |
void |
setPropertyDao(PropertyDao propertyDao)
Sets the property dao. |
Methods inherited from class org.LexGrid.relations.AssociationEntity |
---|
getForwardName, getIsNavigable, getIsTransitive, getReverseName, isIsNavigable, isIsTransitive, isValid, marshal, marshal, setForwardName, setIsNavigable, setIsTransitive, setReverseName, unmarshalAssociationEntity, validate |
Methods inherited from class org.LexGrid.commonTypes.VersionableAndDescribable |
---|
getEntityDescription, setEntityDescription, unmarshalVersionableAndDescribable |
Methods inherited from class org.LexGrid.commonTypes.Versionable |
---|
getEffectiveDate, getEntryState, getExpirationDate, getIsActive, getOwner, getStatus, isIsActive, setEffectiveDate, setEntryState, setExpirationDate, setIsActive, setOwner, setStatus, unmarshalVersionable |
Methods inherited from class org.mayo.edu.lgModel.LexGridBase |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LazyLoadableEntity()
Method Detail |
---|
public Presentation[] getPresentation()
Entity
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
getPresentation
in class Entity
public Definition[] getDefinition()
Entity
Note: Just in case the collection contents are changing in another thread, we pass a 0-length Array of the correct type into the API call. This way we know that the Array returned is of exactly the correct length.
getDefinition
in class Entity
public int getDefinitionCount()
Entity
getDefinitionCount
in class Entity
protected void hydrate()
protected void doHydrate()
public java.lang.String getEntityId()
public void setEntityId(java.lang.String entityId)
entityId
- the new entity idpublic java.lang.String getCodingSchemeId()
public PropertyDao getPropertyDao()
public void setPropertyDao(PropertyDao propertyDao)
propertyDao
- the new property dao
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |