@MappedSuperclass public abstract class KimAttributeDataBo extends DataObjectBase implements KimAttributeDataContract
objectId, versionNumber
Constructor and Description |
---|
KimAttributeDataBo() |
Modifier and Type | Method and Description |
---|---|
static <T extends KimAttributeDataBo> |
createFrom(Class<T> type,
Map<String,String> attributes,
String kimTypeId)
creates a list of KimAttributeDataBos from attributes, kimTypeId, and assignedToId.
|
String |
getAttributeValue()
The attribute value.
|
KimAttributeBo |
getKimAttribute()
The kim attribute associated with the kim attribute data.
|
String |
getKimAttributeId() |
KimTypeBo |
getKimType()
The kim type associated with the kim attribute data.
|
String |
getKimTypeId()
The kim type id associated with the kim attribute data.
|
static KimTypeInfoService |
getKimTypeInfoService() |
abstract void |
setAssignedToId(String assignedToId) |
void |
setAttributeValue(String attributeValue) |
abstract void |
setId(String id) |
void |
setKimAttribute(KimAttributeBo kimAttribute) |
void |
setKimAttributeId(String kimAttributeId) |
void |
setKimType(KimTypeBo kimType) |
void |
setKimTypeId(String kimTypeId) |
static void |
setKimTypeInfoService(KimTypeInfoService kimTypeInfoService) |
static <T extends KimAttributeDataBo> |
toAttributes(Collection<T> bos) |
generateAndSetObjectIdIfNeeded, getExtensionObject, getObjectId, getVersionNumber, prePersist, preUpdate, setExtensionObject, setObjectId, setVersionNumber, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAssignedToId
getId
getVersionNumber
getObjectId
public KimAttributeDataBo()
public abstract void setAssignedToId(String assignedToId)
public KimAttributeBo getKimAttribute()
KimAttributeDataContract
getKimAttribute
in interface KimAttributeDataContract
public KimTypeBo getKimType()
KimAttributeDataContract
getKimType
in interface KimAttributeDataContract
public static <T extends KimAttributeDataBo> Map<String,String> toAttributes(Collection<T> bos)
public static <T extends KimAttributeDataBo> List<T> createFrom(Class<T> type, Map<String,String> attributes, String kimTypeId)
public String getAttributeValue()
KimAttributeDataContract
getAttributeValue
in interface KimAttributeDataContract
public void setAttributeValue(String attributeValue)
public String getKimAttributeId()
public void setKimAttributeId(String kimAttributeId)
public String getKimTypeId()
KimAttributeDataContract
getKimTypeId
in interface KimAttributeDataContract
public void setKimTypeId(String kimTypeId)
public void setKimType(KimTypeBo kimType)
public void setKimAttribute(KimAttributeBo kimAttribute)
public static KimTypeInfoService getKimTypeInfoService()
public static void setKimTypeInfoService(KimTypeInfoService kimTypeInfoService)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.