org.jasig.schedassist.web.owner.preferences
Class AdvancedPreferencesFormBackingObject

java.lang.Object
  extended by 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

Constructor Summary
AdvancedPreferencesFormBackingObject()
           
 
Method Summary
 String getPublicProfileDescription()
           
 String getPublicProfileKey()
           
 String getPublicProfileTags()
           
 boolean isAdvisorShareWithStudents()
           
 boolean isCreatePublicProfile()
           
 boolean isEligibleForAdvisor()
           
 boolean isEligibleForInstructor()
           
 boolean isInstructorShareWithStudents()
           
 void setAdvisorShareWithStudents(boolean advisorShareWithStudents)
           
 void setCreatePublicProfile(boolean createPublicProfile)
           
 void setEligibleForAdvisor(boolean eligibleForAdvisor)
           
 void setEligibleForInstructor(boolean eligibleForInstructor)
           
 void setInstructorShareWithStudents(boolean instructorShareWithStudents)
           
 void setPublicProfileDescription(String publicProfileDescription)
           
 void setPublicProfileKey(String publicProfileKey)
           
 void setPublicProfileTags(String publicProfileTags)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdvancedPreferencesFormBackingObject

public AdvancedPreferencesFormBackingObject()
Method Detail

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 © 2011 Jasig. All Rights Reserved.