public class LazyLoadableEntity extends AssociationEntity
Constructor and Description |
---|
LazyLoadableEntity() |
Modifier and Type | Method and Description |
---|---|
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.
|
getForwardName, getIsNavigable, getIsTransitive, getReverseName, isIsNavigable, isIsTransitive, isValid, marshal, marshal, setForwardName, setIsNavigable, setIsTransitive, setReverseName, unmarshalAssociationEntity, validate
addAnyProperties, addAnyProperty, addComment, addComment, addDefinition, addDefinition, addEntityType, addEntityType, addPresentation, addPresentation, addProperty, addProperty, addPropertyLink, addPropertyLink, enumerateComment, enumerateDefinition, enumerateEntityType, enumeratePresentation, enumerateProperty, enumeratePropertyLink, getAllProperties, getComment, getComment, getCommentAsReference, getCommentCount, getDefinition, getDefinitionAsReference, getEntityCode, getEntityCodeNamespace, getEntityType, getEntityType, getEntityTypeAsReference, getEntityTypeCount, getIsAnonymous, getIsDefined, getPresentation, getPresentationAsReference, getPresentationCount, getProperty, getProperty, getPropertyAsReference, getPropertyCount, getPropertyLink, getPropertyLink, getPropertyLinkAsReference, getPropertyLinkCount, isIsAnonymous, isIsDefined, iterateComment, iterateDefinition, iterateEntityType, iteratePresentation, iterateProperty, iteratePropertyLink, removeAllComment, removeAllDefinition, removeAllEntityType, removeAllPresentation, removeAllProperty, removeAllPropertyLink, removeComment, removeCommentAt, removeDefinition, removeDefinitionAt, removeEntityType, removeEntityTypeAt, removePresentation, removePresentationAt, removeProperty, removePropertyAt, removePropertyLink, removePropertyLinkAt, setComment, setComment, setComment, setCommentAsReference, setDefinition, setDefinition, setDefinition, setDefinitionAsReference, setEntityCode, setEntityCodeNamespace, setEntityType, setEntityType, setEntityType, setEntityTypeAsReference, setIsAnonymous, setIsDefined, setPresentation, setPresentation, setPresentation, setPresentationAsReference, setProperty, setProperty, setProperty, setPropertyAsReference, setPropertyLink, setPropertyLink, setPropertyLink, setPropertyLinkAsReference, unmarshalEntity
getEntityDescription, setEntityDescription, unmarshalVersionableAndDescribable
getEffectiveDate, getEntryState, getExpirationDate, getIsActive, getOwner, getStatus, isIsActive, setEffectiveDate, setEntryState, setExpirationDate, setIsActive, setOwner, setStatus, unmarshalVersionable
getParent, setParent
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