org.jasig.schedassist.web.owner.preferences
Class AdvancedPreferencesFormBackingObject
java.lang.Object
org.jasig.schedassist.web.owner.preferences.AdvancedPreferencesFormBackingObject
public class AdvancedPreferencesFormBackingObject
- extends Object
Form backing object for AdvancedPreferencesFormController.
- Version:
- $Id: AdvancedPreferencesFormBackingObject.java 1930 2010-04-16 17:06:16Z npblair $
- Author:
- Nicholas Blair, nblair@doit.wisc.edu
AdvancedPreferencesFormBackingObject
public AdvancedPreferencesFormBackingObject()
isEligibleForAdvisor
public boolean isEligibleForAdvisor()
- Returns:
- the eligibleForAdvisor
setEligibleForAdvisor
public void setEligibleForAdvisor(boolean eligibleForAdvisor)
- Parameters:
eligibleForAdvisor - the eligibleForAdvisor to set
isAdvisorShareWithStudents
public boolean isAdvisorShareWithStudents()
- Returns:
- the advisorShareWithStudents
setAdvisorShareWithStudents
public void setAdvisorShareWithStudents(boolean advisorShareWithStudents)
- Parameters:
advisorShareWithStudents - the advisorShareWithStudents to set
isCreatePublicProfile
public boolean isCreatePublicProfile()
- Returns:
- the createPublicProfile
setCreatePublicProfile
public void setCreatePublicProfile(boolean createPublicProfile)
- Parameters:
createPublicProfile - the createPublicProfile to set
getPublicProfileDescription
public String getPublicProfileDescription()
- Returns:
- the publicProfileDescription
setPublicProfileDescription
public void setPublicProfileDescription(String publicProfileDescription)
- Parameters:
publicProfileDescription - the publicProfileDescription to set
getPublicProfileKey
public String getPublicProfileKey()
- Returns:
- the publicProfileKey
setPublicProfileKey
public void setPublicProfileKey(String publicProfileKey)
- Parameters:
publicProfileKey - the publicProfileKey to set
getPublicProfileTags
public String getPublicProfileTags()
- Returns:
- the publicProfileTags
setPublicProfileTags
public void setPublicProfileTags(String publicProfileTags)
- Parameters:
publicProfileTags - the publicProfileTags to set
isEligibleForInstructor
public boolean isEligibleForInstructor()
- Returns:
- the eligibleForInstructor
setEligibleForInstructor
public void setEligibleForInstructor(boolean eligibleForInstructor)
- Parameters:
eligibleForInstructor - the eligibleForInstructor to set
isInstructorShareWithStudents
public boolean isInstructorShareWithStudents()
- Returns:
- the instructorShareWithStudents
setInstructorShareWithStudents
public void setInstructorShareWithStudents(boolean instructorShareWithStudents)
- Parameters:
instructorShareWithStudents - the instructorShareWithStudents to set
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 Jasig. All Rights Reserved.