public abstract class KimAttributeDataBo extends PersistableBusinessObjectBase implements KimAttributeDataContract
extension, 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.
|
String |
getId()
The unique identifier for an object.
|
org.kuali.rice.kim.impl.common.attribute.KimAttributeBo |
getKimAttribute()
The kim attribute associated with the kim attribute data.
|
String |
getKimAttributeId() |
org.kuali.rice.kim.impl.type.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 s) |
void |
setAttributeValue(String attributeValue) |
void |
setId(String id) |
void |
setKimAttribute(org.kuali.rice.kim.impl.common.attribute.KimAttributeBo kimAttribute) |
void |
setKimAttributeId(String kimAttributeId) |
void |
setKimType(org.kuali.rice.kim.impl.type.KimTypeBo kimType) |
void |
setKimTypeId(String kimTypeId) |
static void |
setKimTypeInfoService(KimTypeInfoService kimTypeInfoService) |
static <T extends KimAttributeDataBo> |
toAttributes(Collection<T> bos) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAssignedToId
getVersionNumber
getObjectId
toString
public KimAttributeDataBo()
public abstract void setAssignedToId(String s)
public org.kuali.rice.kim.impl.common.attribute.KimAttributeBo getKimAttribute()
KimAttributeDataContract
getKimAttribute
in interface KimAttributeDataContract
public org.kuali.rice.kim.impl.type.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 getId()
Identifiable
getId
in interface Identifiable
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(org.kuali.rice.kim.impl.type.KimTypeBo kimType)
public void setKimAttribute(org.kuali.rice.kim.impl.common.attribute.KimAttributeBo kimAttribute)
public static KimTypeInfoService getKimTypeInfoService()
public static void setKimTypeInfoService(KimTypeInfoService kimTypeInfoService)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.