@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, setVersionNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeDefinitionId, getValue
public ContextAttributeBo()
public String getId()
Identifiable
getId
in interface Identifiable
public String getContextId()
public ContextBo getContext()
public void setContext(ContextBo context)
public KrmsAttributeDefinitionContract getAttributeDefinition()
BaseAttributeContract
KrmsAttributeDefinitionContract
.
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 BaseAttributeContract
public void setAttributeDefinition(KrmsAttributeDefinitionBo attributeDefinition)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.