@Entity public class AgendaAttributeBo extends BaseAttributeBo implements Serializable
versionNumber
Constructor and Description |
---|
AgendaAttributeBo() |
Modifier and Type | Method and Description |
---|---|
AgendaBo |
getAgenda() |
String |
getAgendaId() |
KrmsAttributeDefinitionContract |
getAttributeDefinition()
Returns a
KrmsAttributeDefinitionContract . |
String |
getId()
The unique identifier for an object.
|
void |
setAgenda(AgendaBo agenda) |
void |
setAttributeDefinition(KrmsAttributeDefinitionBo attributeDefinition) |
void |
setId(String id) |
getAttributeDefinitionId, getValue, getVersionNumber, setValue, setVersionNumber
public AgendaAttributeBo()
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)
public String getAgendaId()
public String getId()
Identifiable
getId
in interface Identifiable
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.