Package org.sakaiproject.profile2.model
Class MyProfilePanelState
- java.lang.Object
-
- org.sakaiproject.profile2.model.MyProfilePanelState
-
public class MyProfilePanelState extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanshowBusinessDisplaybooleanshowInterestsDisplaybooleanshowNamePronunciationDisplaybooleanshowSocialNetworkingDisplaybooleanshowStaffDisplaybooleanshowStudentDisplay
-
Constructor Summary
Constructors Constructor Description MyProfilePanelState()
-
-
-
Field Detail
-
showStudentDisplay
public boolean showStudentDisplay
-
showSocialNetworkingDisplay
public boolean showSocialNetworkingDisplay
-
showBusinessDisplay
public boolean showBusinessDisplay
-
showStaffDisplay
public boolean showStaffDisplay
-
showInterestsDisplay
public boolean showInterestsDisplay
-
showNamePronunciationDisplay
public boolean showNamePronunciationDisplay
-
-