org.sakaiproject.tool.assessment.ui.bean.shared
Class PersonBean

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.bean.shared.PersonBean
All Implemented Interfaces:
Serializable

public class PersonBean
extends Object
implements Serializable

Description: Person Bean with some properties

Copyright: Copyright (c) 2004

Organization: Sakai Project

Version:
$id: $
Author:
Ed Smiley
See Also:
Serialized Form

Constructor Summary
PersonBean()
           
 
Method Summary
 String cleanResourceIdListInPreview()
           
 String getAgentString()
           
 String getAnonymousId()
           
 String getEid()
           
 String getId()
           
 boolean getIsAdmin()
           
 boolean getIsMacNetscapeBrowser()
           
 String getLocaleCountry()
           
 String getLocaleLanguage()
           
 String getPreviewFromPage()
           
 List getResourceIdListInPreview()
           
 HashMap getTotalSubmissionPerAssessmentHash()
           
 void setAnonymousId(String anonymousId)
           
 void setIsMacNetscapeBrowser(boolean isMacNetscapeBrowser)
           
 void setPreviewFromPage(String previewFromPage)
           
 void setResourceIdListInPreview(List resourceIdList)
           
 void setTotalSubmissionPerAssessmentHash(HashMap totalSubmissionPerAssessmentHash)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonBean

public PersonBean()
Method Detail

getAgentString

public String getAgentString()

getAnonymousId

public String getAnonymousId()

getId

public String getId()

getEid

public String getEid()

setAnonymousId

public void setAnonymousId(String anonymousId)

getIsAdmin

public boolean getIsAdmin()

setIsMacNetscapeBrowser

public void setIsMacNetscapeBrowser(boolean isMacNetscapeBrowser)

getIsMacNetscapeBrowser

public boolean getIsMacNetscapeBrowser()

getTotalSubmissionPerAssessmentHash

public HashMap getTotalSubmissionPerAssessmentHash()

setTotalSubmissionPerAssessmentHash

public void setTotalSubmissionPerAssessmentHash(HashMap totalSubmissionPerAssessmentHash)

setResourceIdListInPreview

public void setResourceIdListInPreview(List resourceIdList)

getResourceIdListInPreview

public List getResourceIdListInPreview()

cleanResourceIdListInPreview

public String cleanResourceIdListInPreview()

getLocaleLanguage

public String getLocaleLanguage()

getLocaleCountry

public String getLocaleCountry()

setPreviewFromPage

public void setPreviewFromPage(String previewFromPage)

getPreviewFromPage

public String getPreviewFromPage()


Copyright © 2005-2012 Sakai Project. All Rights Reserved.