org.kuali.rice.student.bo
Class KualiStudentKimAttributes
java.lang.Object
org.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.TransientBusinessObjectBase
org.kuali.rice.student.bo.KualiStudentKimAttributes
- All Implemented Interfaces:
- Serializable, org.kuali.rice.kns.bo.BusinessObject
public class KualiStudentKimAttributes
- extends org.kuali.rice.kns.bo.TransientBusinessObjectBase
Data Dictionary entries for Kuali Student attributes needed by KIM
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
refresh |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
prepareForWorkflow, toString, toStringBuilder |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
DOCUMENT_TYPE_NAME
public static final String DOCUMENT_TYPE_NAME
- See Also:
- Constant Field Values
QUALIFICATION_DEPARTMENT_ID
public static final String QUALIFICATION_DEPARTMENT_ID
- See Also:
- Constant Field Values
QUALIFICATION_DIVISION_ID
public static final String QUALIFICATION_DIVISION_ID
- See Also:
- Constant Field Values
QUALIFICATION_COLLEGE_ID
public static final String QUALIFICATION_COLLEGE_ID
- See Also:
- Constant Field Values
QUALIFICATION_ORG_ID
public static final String QUALIFICATION_ORG_ID
- See Also:
- Constant Field Values
QUALIFICATION_DATA_ID
public static final String QUALIFICATION_DATA_ID
- See Also:
- Constant Field Values
QUALIFICATION_CLU_ID
public static final String QUALIFICATION_CLU_ID
- See Also:
- Constant Field Values
QUALIFICATION_DTO_NAME
public static final String QUALIFICATION_DTO_NAME
- See Also:
- Constant Field Values
QUALIFICATION_DTO_FIELD_KEY
public static final String QUALIFICATION_DTO_FIELD_KEY
- See Also:
- Constant Field Values
QUALIFICATION_FIELD_ACCESS_LEVEL
public static final String QUALIFICATION_FIELD_ACCESS_LEVEL
- See Also:
- Constant Field Values
QUALIFICATION_SCREEN_COMPONENT
public static final String QUALIFICATION_SCREEN_COMPONENT
- See Also:
- Constant Field Values
QUALIFICATION_SECTION_ID
public static final String QUALIFICATION_SECTION_ID
- See Also:
- Constant Field Values
DESCEND_HIERARCHY
public static final String DESCEND_HIERARCHY
- See Also:
- Constant Field Values
KS_REFERENCE_TYPE_KEY
public static final String KS_REFERENCE_TYPE_KEY
- See Also:
- Constant Field Values
dataId
protected String dataId
org
protected String org
department
protected String department
college
protected String college
division
protected String division
dtoName
protected String dtoName
dtoFieldKey
protected String dtoFieldKey
fieldAccessLevel
protected String fieldAccessLevel
screenComponent
protected String screenComponent
sectionId
protected String sectionId
descendHierarchy
protected Boolean descendHierarchy
ksReferenceTypeKey
protected String ksReferenceTypeKey
KualiStudentKimAttributes
public KualiStudentKimAttributes()
getDataId
public String getDataId()
- Returns:
- the dataId
setDataId
public void setDataId(String dataId)
- Parameters:
dataId
- the dataId to set
getOrg
public String getOrg()
- Returns:
- the org
setOrg
public void setOrg(String org)
- Parameters:
org
- the org to set
getDepartment
public String getDepartment()
- Returns:
- the department
setDepartment
public void setDepartment(String department)
- Parameters:
department
- the department to set
getCollege
public String getCollege()
- Returns:
- the college
setCollege
public void setCollege(String college)
- Parameters:
college
- the college to set
getDivision
public String getDivision()
- Returns:
- the division
setDivision
public void setDivision(String division)
- Parameters:
division
- the division to set
getDtoName
public String getDtoName()
- Returns:
- the dtoName
setDtoName
public void setDtoName(String dtoName)
- Parameters:
dtoName
- the dtoName to set
getDtoFieldKey
public String getDtoFieldKey()
- Returns:
- the dtoFieldKey
setDtoFieldKey
public void setDtoFieldKey(String dtoFieldKey)
- Parameters:
dtoFieldKey
- the dtoFieldKey to set
getFieldAccessLevel
public String getFieldAccessLevel()
- Returns:
- the fieldAccessLevel
setFieldAccessLevel
public void setFieldAccessLevel(String fieldAccessLevel)
- Parameters:
fieldAccessLevel
- the fieldAccessLevel to set
getScreenComponent
public String getScreenComponent()
- Returns:
- the screenComponent
setScreenComponent
public void setScreenComponent(String screenComponent)
- Parameters:
screenComponent
- the screenComponent to set
getSectionId
public String getSectionId()
- Returns:
- the sectionId
setSectionId
public void setSectionId(String sectionId)
- Parameters:
sectionId
- the sectionId to set
isDescendHierarchy
public Boolean isDescendHierarchy()
- Gets the descendHierarchy attribute.
- Returns:
- Returns the descendHierarchy.
setDescendHierarchy
public void setDescendHierarchy(Boolean descendHierarchy)
- Sets the descendHierarchy attribute value.
- Parameters:
descendHierarchy
- The descendHierarchy to set.
getKsReferenceTypeKey
public String getKsReferenceTypeKey()
- Returns:
- the ksReferenceTypeKey
setKsReferenceTypeKey
public void setKsReferenceTypeKey(String ksReferenceTypeKey)
- Parameters:
ksReferenceTypeKey
- the ksReferenceTypeKey to set
toStringMapper
protected LinkedHashMap toStringMapper()
- Specified by:
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.