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() |
String |
getId() |
KimAttributeBo |
getKimAttribute() |
String |
getKimAttributeId() |
KimTypeBo |
getKimType() |
String |
getKimTypeId() |
static KimTypeInfoService |
getKimTypeInfoService() |
abstract void |
setAssignedToId(String s) |
void |
setAttributeValue(String attributeValue) |
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) |
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 KimAttributeBo getKimAttribute()
getKimAttribute in interface KimAttributeDataContractpublic KimTypeBo getKimType()
getKimType 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()
getId in interface org.kuali.rice.core.api.mo.common.Identifiablepublic String getAttributeValue()
getAttributeValue in interface KimAttributeDataContractpublic void setAttributeValue(String attributeValue)
public String getKimAttributeId()
public void setKimAttributeId(String kimAttributeId)
public String getKimTypeId()
getKimTypeId 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–2016 The Kuali Foundation. All rights reserved.