@Entity public class ContextAttributeBo extends BaseAttributeBo implements BaseAttributeContract, Serializable
versionNumber| Constructor and Description |
|---|
ContextAttributeBo() |
| Modifier and Type | Method and Description |
|---|---|
KrmsAttributeDefinitionContract |
getAttributeDefinition()
Returns a
KrmsAttributeDefinitionContract. |
ContextBo |
getContext() |
String |
getContextId() |
String |
getId()
The unique identifier for an object.
|
void |
setAttributeDefinition(KrmsAttributeDefinitionBo attributeDefinition) |
void |
setContext(ContextBo context) |
void |
setId(String id) |
getAttributeDefinitionId, getValue, getVersionNumber, setValue, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeDefinitionId, getValuepublic ContextAttributeBo()
public String getId()
IdentifiablegetId in interface Identifiablepublic String getContextId()
public ContextBo getContext()
public void setContext(ContextBo context)
public KrmsAttributeDefinitionContract getAttributeDefinition()
BaseAttributeContractKrmsAttributeDefinitionContract.
This is the object referred to by the attributeDefinitionId. The full object is also kept here for performance purposes. This is because the name of the attribute is referenced often for resolving name / value attribute pairs.
getAttributeDefinition in interface BaseAttributeContractpublic void setAttributeDefinition(KrmsAttributeDefinitionBo attributeDefinition)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.