org.jasig.portal
Class UserProfile
java.lang.Object
org.jasig.portal.UserProfile
- public class UserProfile
- extends java.lang.Object
A user profile associates a user layout with a structure and theme stylesheet.
- Version:
- $Revision: 1.11 $
- Author:
- Peter Kharchenko
Constructor Summary |
UserProfile()
|
UserProfile(int id,
java.lang.String name,
java.lang.String desc,
int layout_id,
int struct_ss,
int theme_ss)
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserProfile
public UserProfile()
UserProfile
public UserProfile(int id,
java.lang.String name,
java.lang.String desc,
int layout_id,
int struct_ss,
int theme_ss)
getProfileId
public int getProfileId()
getProfileName
public java.lang.String getProfileName()
getProfileDescription
public java.lang.String getProfileDescription()
getLayoutId
public int getLayoutId()
getStructureStylesheetId
public int getStructureStylesheetId()
getThemeStylesheetId
public int getThemeStylesheetId()
isSystemProfile
public boolean isSystemProfile()
setProfileId
public void setProfileId(int id)
setProfileName
public void setProfileName(java.lang.String name)
setProfileDescription
public void setProfileDescription(java.lang.String desc)
setLayoutId
public void setLayoutId(int layout_id)
setStructureStylesheetId
public void setStructureStylesheetId(int ss_id)
setThemeStylesheetId
public void setThemeStylesheetId(int ss_id)
setSystemProfile
public void setSystemProfile(boolean s)
equals
public boolean equals(java.lang.Object o)
setLocaleManager
public void setLocaleManager(LocaleManager lm)
getLocaleManager
public LocaleManager getLocaleManager()