Java Doc for BudgetUser.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » kra » budget » bo » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » Kuali Financial System » org.kuali.module.kra.budget.bo 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.core.bo.PersistableBusinessObjectBase
   org.kuali.module.kra.budget.bo.BudgetUser

BudgetUser
public class BudgetUser extends PersistableBusinessObjectBase implements Comparable(Code)
This class...



Constructor Summary
public  BudgetUser()
     Constructs a BudgetUser.java.
public  BudgetUser(String documentNumber, Integer budgetUserSequenceNumber)
    
public  BudgetUser(BudgetUser budgetUser)
    

Method Summary
public  voidbeforeDelete(PersistenceBroker persistenceBroker)
    
public  intcompareTo(Object o)
    
public  voidcreateUserAppointmentTasks(BudgetDocument budgetDocument)
    
public  StringgetAppointmentTypeCode()
     Gets the appointmentType attribute.
public  StringgetAppointmentTypeDescription()
     Gets the appointmentTypeDescription attribute.
public  KualiDecimalgetBaseSalary()
     Gets the baseSalary attribute.
public  BudgetPersonnelServicegetBudgetPersonnelService()
     Gets the budgetPersonnelService attribute.
public  IntegergetBudgetSalaryFiscalYear()
    
public  IntegergetBudgetUserSequenceNumber()
     Gets the userSequenceNumber attribute.
public  IntegergetCurrentTaskNumber()
     Gets the currentTask attribute.
public  StringgetDocumentNumber()
     Gets the documentNumber attribute.
public  StringgetFiscalCampusCode()
     Gets the fiscalCampusCode attribute.
public  IntegergetPersonHourlyNumber()
    
public  StringgetPersonNamePrefixText()
     Gets the personNamePrefixText attribute.
public  StringgetPersonNameSuffixText()
     Gets the personNameSuffixText attribute.
public  StringgetPersonSalaryJustificationText()
     Gets the personSalaryJustificationText attribute.
public  StringgetPersonUniversalIdentifier()
     Gets the personUniversalIdentifier attribute.
public  StringgetPreviousAppointmentTypeCode()
    
public  StringgetPreviousSecondaryAppointmentTypeCode()
    
public  IntegergetPreviousTaskNumber()
    
public  StringgetPrimaryDepartmentCode()
     Gets the primaryDepartmentCode attribute.
public  StringgetRole()
     Gets the role attribute.
public  StringgetSecondaryAppointmentTypeCode()
    
public  UniversalUsergetUser()
     Gets the user attribute.
public  UserAppointmentTaskgetUserAppointmentTask(int index)
    
public  List<UserAppointmentTask>getUserAppointmentTasks()
     Gets the userAppointmentTasks attribute.
public  voidinitializeBudgetUser(BudgetDocument budgetDocument)
    
public  booleanisDelete()
    
public  booleanisPersonPostDoctoralIndicator()
     Gets the personPostDoctoralIndicator attribute.
public  booleanisPersonProjectDirectorIndicator()
     Gets the personProjectDirectorIndicator attribute.
public  booleanisPersonSecretarialClericalIndicator()
     Gets the personSecretarialClericalIndicator attribute.
public  booleanisPersonSeniorKeyIndicator()
     Gets the personSeniorKeyIndicator attribute.
public  voidlogState()
     Log the state of this object.
public  voidsetAppointmentTypeCode(String appointmentTypeCode)
     Sets the appointmentType attribute value.
public  voidsetAppointmentTypeDescription(String appointmentTypeDescription)
     Sets the appointmentTypeDescription attribute value.
public  voidsetBaseSalary(KualiDecimal baseSalary)
     Sets the baseSalary attribute value.
public  voidsetBudgetPersonnelService(BudgetPersonnelService budgetPersonnelService)
     Sets the budgetPersonnelService attribute value.
public  voidsetBudgetSalaryFiscalYear(Integer budgetSalaryFiscalYear)
    
public  voidsetBudgetUserSequenceNumber(Integer userSequenceNumber)
     Sets the userSequenceNumber attribute value.
public  voidsetCurrentTaskNumber(Integer currentTaskNumber)
     Sets the currentTask attribute value.
public  voidsetDelete(boolean delete)
    
public  voidsetDocumentNumber(String documentNumber)
     Sets the documentNumber attribute value.
public  voidsetFiscalCampusCode(String fiscalCampusCode)
     Sets the fiscalCampusCode attribute value.
public  voidsetPersonHourlyNumber(Integer personHourlyNumber)
    
public  voidsetPersonNamePrefixText(String personNamePrefixText)
     Sets the personNamePrefixText attribute.
public  voidsetPersonNameSuffixText(String personNameSuffixText)
     Sets the personNameSuffixText attribute.
public  voidsetPersonPostDoctoralIndicator(boolean personPostDoctoralIndicator)
     Sets the personPostDoctoralIndicator attribute.
public  voidsetPersonProjectDirectorIndicator(boolean personProjectDirectorIndicator)
     Sets the personProjectDirectorIndicator attribute.
public  voidsetPersonSalaryJustificationText(String personSalaryJustificationText)
     Sets the personSalaryJustificationText attribute value.
public  voidsetPersonSecretarialClericalIndicator(boolean personSecretarialClericalIndicator)
     Sets the personSecretarialClericalIndicator attribute.
public  voidsetPersonSeniorKeyIndicator(boolean personSeniorKeyIndicator)
     Sets the personSeniorKeyIndicator attribute.
public  voidsetPersonUniversalIdentifier(String personUniversalIdentifier)
     Sets the personUniversalIdentifier attribute value.
public  voidsetPreviousAppointmentTypeCode(String previousAppointmentTypeCode)
    
public  voidsetPreviousSecondaryAppointmentTypeCode(String previousSecondaryAppointmentTypeCode)
    
public  voidsetPreviousTaskNumber(Integer previousTaskNumber)
    
public  voidsetPrimaryDepartmentCode(String primaryDepartmentCode)
     Sets the primaryDepartmentCode attribute value.
public  voidsetRole(String role)
     Sets the role attribute value.
public  voidsetSecondaryAppointmentTypeCode(String secondaryAppointmentTypeCode)
    
public  voidsetUser(UniversalUser user)
     Sets the user attribute value.
public  voidsetUserAppointmentTasks(List userAppointmentTasks)
     Sets the userAppointmentTasks attribute value.
public  voidsynchronizeUserObject()
     Makes sure that copied fields between the referenced UniversalUser object and this object are properly synchronized.
protected  LinkedHashMaptoStringMapper()
    


Constructor Detail
BudgetUser
public BudgetUser()(Code)
Constructs a BudgetUser.java.



BudgetUser
public BudgetUser(String documentNumber, Integer budgetUserSequenceNumber)(Code)



BudgetUser
public BudgetUser(BudgetUser budgetUser)(Code)




Method Detail
beforeDelete
public void beforeDelete(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)

See Also:   org.apache.ojb.broker.PersistenceBrokerAware.beforeDelete(org.apache.ojb.broker.PersistenceBroker)



compareTo
public int compareTo(Object o)(Code)

See Also:   java.lang.Comparable.compareTo(java.lang.Object)



createUserAppointmentTasks
public void createUserAppointmentTasks(BudgetDocument budgetDocument)(Code)



getAppointmentTypeCode
public String getAppointmentTypeCode()(Code)
Gets the appointmentType attribute. Returns the appointmentType.



getAppointmentTypeDescription
public String getAppointmentTypeDescription()(Code)
Gets the appointmentTypeDescription attribute. Returns the appointmentTypeDescription.



getBaseSalary
public KualiDecimal getBaseSalary()(Code)
Gets the baseSalary attribute. Returns the baseSalary.



getBudgetPersonnelService
public BudgetPersonnelService getBudgetPersonnelService()(Code)
Gets the budgetPersonnelService attribute. Returns the budgetPersonnelService.



getBudgetSalaryFiscalYear
public Integer getBudgetSalaryFiscalYear()(Code)



getBudgetUserSequenceNumber
public Integer getBudgetUserSequenceNumber()(Code)
Gets the userSequenceNumber attribute. Returns the userSequenceNumber.



getCurrentTaskNumber
public Integer getCurrentTaskNumber()(Code)
Gets the currentTask attribute. Returns the currentTask.



getDocumentNumber
public String getDocumentNumber()(Code)
Gets the documentNumber attribute. Returns the documentNumber.



getFiscalCampusCode
public String getFiscalCampusCode()(Code)
Gets the fiscalCampusCode attribute. Returns the fiscalCampusCode.



getPersonHourlyNumber
public Integer getPersonHourlyNumber()(Code)



getPersonNamePrefixText
public String getPersonNamePrefixText()(Code)
Gets the personNamePrefixText attribute. Returns the personNamePrefixText



getPersonNameSuffixText
public String getPersonNameSuffixText()(Code)
Gets the personNameSuffixText attribute. Returns the personNameSuffixText



getPersonSalaryJustificationText
public String getPersonSalaryJustificationText()(Code)
Gets the personSalaryJustificationText attribute. Returns the personSalaryJustificationText.



getPersonUniversalIdentifier
public String getPersonUniversalIdentifier()(Code)
Gets the personUniversalIdentifier attribute. Returns the personUniversalIdentifier.



getPreviousAppointmentTypeCode
public String getPreviousAppointmentTypeCode()(Code)



getPreviousSecondaryAppointmentTypeCode
public String getPreviousSecondaryAppointmentTypeCode()(Code)



getPreviousTaskNumber
public Integer getPreviousTaskNumber()(Code)



getPrimaryDepartmentCode
public String getPrimaryDepartmentCode()(Code)
Gets the primaryDepartmentCode attribute. Returns the primaryDepartmentCode.



getRole
public String getRole()(Code)
Gets the role attribute. Returns the role.



getSecondaryAppointmentTypeCode
public String getSecondaryAppointmentTypeCode()(Code)



getUser
public UniversalUser getUser()(Code)
Gets the user attribute. Returns the user.



getUserAppointmentTask
public UserAppointmentTask getUserAppointmentTask(int index)(Code)



getUserAppointmentTasks
public List<UserAppointmentTask> getUserAppointmentTasks()(Code)
Gets the userAppointmentTasks attribute. Returns the userAppointmentTasks.



initializeBudgetUser
public void initializeBudgetUser(BudgetDocument budgetDocument)(Code)



isDelete
public boolean isDelete()(Code)



isPersonPostDoctoralIndicator
public boolean isPersonPostDoctoralIndicator()(Code)
Gets the personPostDoctoralIndicator attribute. Returns the personPostDoctoralIndicator



isPersonProjectDirectorIndicator
public boolean isPersonProjectDirectorIndicator()(Code)
Gets the personProjectDirectorIndicator attribute. Returns the personProjectDirectorIndicator



isPersonSecretarialClericalIndicator
public boolean isPersonSecretarialClericalIndicator()(Code)
Gets the personSecretarialClericalIndicator attribute. Returns the personSecretarialClericalIndicator



isPersonSeniorKeyIndicator
public boolean isPersonSeniorKeyIndicator()(Code)
Gets the personSeniorKeyIndicator attribute. Returns the personSeniorKeyIndicator



logState
public void logState()(Code)
Log the state of this object.



setAppointmentTypeCode
public void setAppointmentTypeCode(String appointmentTypeCode)(Code)
Sets the appointmentType attribute value.
Parameters:
  appointmentType - The appointmentType to set.



setAppointmentTypeDescription
public void setAppointmentTypeDescription(String appointmentTypeDescription)(Code)
Sets the appointmentTypeDescription attribute value.
Parameters:
  appointmentTypeDescription - The appointmentTypeDescription to set.



setBaseSalary
public void setBaseSalary(KualiDecimal baseSalary)(Code)
Sets the baseSalary attribute value.
Parameters:
  baseSalary - The baseSalary to set.



setBudgetPersonnelService
public void setBudgetPersonnelService(BudgetPersonnelService budgetPersonnelService)(Code)
Sets the budgetPersonnelService attribute value.
Parameters:
  budgetPersonnelService - The budgetPersonnelService to set.



setBudgetSalaryFiscalYear
public void setBudgetSalaryFiscalYear(Integer budgetSalaryFiscalYear)(Code)



setBudgetUserSequenceNumber
public void setBudgetUserSequenceNumber(Integer userSequenceNumber)(Code)
Sets the userSequenceNumber attribute value.
Parameters:
  userSequenceNumber - The userSequenceNumber to set.



setCurrentTaskNumber
public void setCurrentTaskNumber(Integer currentTaskNumber)(Code)
Sets the currentTask attribute value.
Parameters:
  currentTask - The currentTask to set.



setDelete
public void setDelete(boolean delete)(Code)



setDocumentNumber
public void setDocumentNumber(String documentNumber)(Code)
Sets the documentNumber attribute value.
Parameters:
  documentNumber - The documentNumber to set.



setFiscalCampusCode
public void setFiscalCampusCode(String fiscalCampusCode)(Code)
Sets the fiscalCampusCode attribute value.
Parameters:
  fiscalCampusCode - The fiscalCampusCode to set.



setPersonHourlyNumber
public void setPersonHourlyNumber(Integer personHourlyNumber)(Code)



setPersonNamePrefixText
public void setPersonNamePrefixText(String personNamePrefixText)(Code)
Sets the personNamePrefixText attribute.
Parameters:
  personNamePrefixText - The personNamePrefixText to set.



setPersonNameSuffixText
public void setPersonNameSuffixText(String personNameSuffixText)(Code)
Sets the personNameSuffixText attribute.
Parameters:
  personNameSuffixText - The personNameSuffixText to set.



setPersonPostDoctoralIndicator
public void setPersonPostDoctoralIndicator(boolean personPostDoctoralIndicator)(Code)
Sets the personPostDoctoralIndicator attribute.
Parameters:
  personPostDoctoralIndicator - The personPostDoctoralIndicator to set.



setPersonProjectDirectorIndicator
public void setPersonProjectDirectorIndicator(boolean personProjectDirectorIndicator)(Code)
Sets the personProjectDirectorIndicator attribute.
Parameters:
  personProjectDirectorIndicator - The personProjectDirectorIndicator to set.



setPersonSalaryJustificationText
public void setPersonSalaryJustificationText(String personSalaryJustificationText)(Code)
Sets the personSalaryJustificationText attribute value.
Parameters:
  personSalaryJustificationText - The personSalaryJustificationText to set.



setPersonSecretarialClericalIndicator
public void setPersonSecretarialClericalIndicator(boolean personSecretarialClericalIndicator)(Code)
Sets the personSecretarialClericalIndicator attribute.
Parameters:
  personSecretarialClericalIndicator - The personSecretarialClericalIndicator to set.



setPersonSeniorKeyIndicator
public void setPersonSeniorKeyIndicator(boolean personSeniorKeyIndicator)(Code)
Sets the personSeniorKeyIndicator attribute.
Parameters:
  personSeniorKeyIndicator - The personSeniorKeyIndicator to set.



setPersonUniversalIdentifier
public void setPersonUniversalIdentifier(String personUniversalIdentifier)(Code)
Sets the personUniversalIdentifier attribute value.
Parameters:
  personUniversalIdentifier - The personUniversalIdentifier to set.



setPreviousAppointmentTypeCode
public void setPreviousAppointmentTypeCode(String previousAppointmentTypeCode)(Code)



setPreviousSecondaryAppointmentTypeCode
public void setPreviousSecondaryAppointmentTypeCode(String previousSecondaryAppointmentTypeCode)(Code)



setPreviousTaskNumber
public void setPreviousTaskNumber(Integer previousTaskNumber)(Code)



setPrimaryDepartmentCode
public void setPrimaryDepartmentCode(String primaryDepartmentCode)(Code)
Sets the primaryDepartmentCode attribute value.
Parameters:
  primaryDepartmentCode - The primaryDepartmentCode to set.



setRole
public void setRole(String role)(Code)
Sets the role attribute value.
Parameters:
  role - The role to set.



setSecondaryAppointmentTypeCode
public void setSecondaryAppointmentTypeCode(String secondaryAppointmentTypeCode)(Code)



setUser
public void setUser(UniversalUser user)(Code)
Sets the user attribute value.
Parameters:
  user - The user to set.



setUserAppointmentTasks
public void setUserAppointmentTasks(List userAppointmentTasks)(Code)
Sets the userAppointmentTasks attribute value.
Parameters:
  userAppointmentTasks - The userAppointmentTasks to set.



synchronizeUserObject
public void synchronizeUserObject()(Code)
Makes sure that copied fields between the referenced UniversalUser object and this object are properly synchronized.



toStringMapper
protected LinkedHashMap toStringMapper()(Code)

See Also:   org.kuali.core.bo.BusinessObjectBase.toStringMapper



Fields inherited from org.kuali.core.bo.PersistableBusinessObjectBase
protected Long versionNumber(Code)(Java Doc)

Methods inherited from org.kuali.core.bo.PersistableBusinessObjectBase
public boolean addNote(Note note)(Code)(Java Doc)
public void afterDelete(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterInsert(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterLookup(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterUpdate(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeDelete(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeInsert(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeUpdate(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public List buildListOfDeletionAwareLists()(Code)(Java Doc)
public boolean deleteNote(Note note)(Code)(Java Doc)
public Note getBoNote(int nbr)(Code)(Java Doc)
public List getBoNotes()(Code)(Java Doc)
public PersistableBusinessObjectExtension getExtension()(Code)(Java Doc)
public String getObjectId()(Code)(Java Doc)
public Long getVersionNumber()(Code)(Java Doc)
public boolean isBoNotesSupport()(Code)(Java Doc)
public boolean isNewCollectionRecord()(Code)(Java Doc)
public void linkEditableUserFields()(Code)(Java Doc)
public void refresh()(Code)(Java Doc)
public void refreshIfEmpty()(Code)(Java Doc)
public void refreshNonUpdateableReferences()(Code)(Java Doc)
public void refreshReferenceObject(String referenceObjectName)(Code)(Java Doc)
public void setBoNotes(List boNotes)(Code)(Java Doc)
public void setExtension(PersistableBusinessObjectExtension extension)(Code)(Java Doc)
public void setNewCollectionRecord(boolean isNewCollectionRecord)(Code)(Java Doc)
public void setObjectId(String objectId)(Code)(Java Doc)
public void setVersionNumber(Long versionNumber)(Code)(Java Doc)
protected Boolean supportsBoNotes()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.