@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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAssignedToIdgetIdgetVersionNumbergetObjectIdpublic KimAttributeDataBo()
public abstract void setAssignedToId(String assignedToId)
public KimAttributeBo getKimAttribute()
KimAttributeDataContractgetKimAttribute in interface KimAttributeDataContractpublic KimTypeBo getKimType()
KimAttributeDataContractgetKimType in interface KimAttributeDataContractpublic 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()
KimAttributeDataContractgetAttributeValue in interface KimAttributeDataContractpublic void setAttributeValue(String attributeValue)
public String getKimAttributeId()
public void setKimAttributeId(String kimAttributeId)
public String getKimTypeId()
KimAttributeDataContractgetKimTypeId in interface KimAttributeDataContractpublic 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.