|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BaseAttributeContract
Base interface intended for extension by other AttributeContract interfaces
This contains the common fields shared by all KRMS attributes.
Method Summary | |
---|---|
KrmsAttributeDefinitionContract |
getAttributeDefinition()
Returns a KrmsAttributeDefinitionContract. |
String |
getAttributeDefinitionId()
Returns the id of the attribute definition. |
String |
getValue()
Returns the value of the attribute |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
---|
getId |
Method Detail |
---|
String getAttributeDefinitionId()
The attribute definition contains metadata about the attribute. This is a required field and may not be null or blank. Many attribute instances may share the same attribute definition.
String getValue()
KrmsAttributeDefinitionContract getAttributeDefinition()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |