org.kuali.kfs.coa.identity
Class KfsKimDocumentAttributeData
java.lang.Object
org.kuali.kfs.coa.identity.KfsKimDocumentAttributeData
- All Implemented Interfaces:
- Serializable
public class KfsKimDocumentAttributeData
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KfsKimDocumentAttributeData
public KfsKimDocumentAttributeData()
getAttrDataId
public String getAttrDataId()
setAttrDataId
public void setAttrDataId(String attrDataId)
getKimTypId
public String getKimTypId()
setKimTypId
public void setKimTypId(String kimTypId)
getKimAttrDefnId
public String getKimAttrDefnId()
setKimAttrDefnId
public void setKimAttrDefnId(String kimAttrDefnId)
getAttrVal
public String getAttrVal()
setAttrVal
public void setAttrVal(String attrVal)
getQualifierKey
public String getQualifierKey()
setQualifierKey
public void setQualifierKey(String qualifierKey)
getKimAttribute
public org.kuali.rice.kim.bo.types.dto.KimTypeAttributeInfo getKimAttribute()
- Returns:
- the kimAttribute
setKimAttribute
public void setKimAttribute(org.kuali.rice.kim.bo.types.dto.KimTypeAttributeInfo kimAttribute)
- Parameters:
kimAttribute
- the kimAttribute to set
isUnique
public Boolean isUnique()
- Returns:
- the uniqueAndReadOnly
setUnique
public void setUnique(Boolean unique)
- Parameters:
uniqueAndReadOnly
- the uniqueAndReadOnly to set
getMemberId
public String getMemberId()
- Gets the memberId attribute.
- Returns:
- Returns the memberId.
setMemberId
public void setMemberId(String memberId)
- Sets the memberId attribute value.
- Parameters:
memberId
- The memberId to set.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.