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, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAssignedToIdgetVersionNumbergetObjectIdtoStringpublic KimAttributeDataBo()
public abstract void setAssignedToId(String s)
public org.kuali.rice.kim.impl.common.attribute.KimAttributeBo getKimAttribute()
KimAttributeDataContractgetKimAttribute in interface KimAttributeDataContractpublic org.kuali.rice.kim.impl.type.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 getId()
IdentifiablegetId in interface Identifiablepublic 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(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.