Java Doc for RoutingFormPersonnel.java in » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » kra » routingform » 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.routingform.bo
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.kuali.core.bo
.PersistableBusinessObjectBase
org.kuali.module.kra.routingform.bo
.RoutingFormPersonnel
RoutingFormPersonnel
public
class RoutingFormPersonnel extends
PersistableBusinessObjectBase
(Code)
Constructor Summary
public
RoutingFormPersonnel
()
Default constructor.
public
RoutingFormPersonnel
(
BudgetUser
budgetUser,
String
documentNumber,
String
personRoleCode)
Default constructor.
Method Summary
public
Chart
getChartOfAccounts
()
Gets the chartOfAccounts attribute.
public
String
getChartOfAccountsCode
()
Gets the chartOfAccountsCode attribute.
public
String
getDocumentNumber
()
Gets the documentNumber attribute.
public
Org
getOrganization
()
Gets the organization attribute.
public
String
getOrganizationCode
()
Gets the organizationCode attribute.
public
String
getPersonCityName
()
Gets the personCityName attribute.
public
Country
getPersonCountry
()
Gets the personCountry attribute.
public
String
getPersonCountryCode
()
Gets the personCountryCode attribute.
public
String
getPersonCountyName
()
Gets the personCountyName attribute.
public
KualiInteger
getPersonCreditPercent
()
Gets the personCreditPercent attribute.
public
String
getPersonDivisionText
()
Gets the personDivisionText attribute.
public
String
getPersonEmailAddress
()
Gets the personEmailAddress attribute.
public
String
getPersonFaxNumber
()
Gets the personFaxNumber attribute.
public
KualiInteger
getPersonFinancialAidPercent
()
Gets the personFinancialAidPercent attribute.
public
String
getPersonLine1Address
()
Gets the personLine1Address attribute.
public
String
getPersonLine2Address
()
Gets the personLine2Address attribute.
public
String
getPersonPhoneNumber
()
Gets the personPhoneNumber attribute.
public
String
getPersonPositionTitle
()
Gets the personPositionTitle attribute.
public
String
getPersonPrefixText
()
Gets the personPrefixText attribute.
public
PersonRole
getPersonRole
()
Gets the personRole attribute.
public
String
getPersonRoleCode
()
Gets the personRoleCode attribute.
public
String
getPersonRoleText
()
Gets the personRoleText attribute.
public
State
getPersonState
()
Gets the personState attribute.
public
String
getPersonStateCode
()
Gets the personStateCode attribute.
public
String
getPersonSuffixText
()
Gets the personSuffixText attribute.
public
String
getPersonUniversalIdentifier
()
Gets the personUniversalIdentifier attribute.
public
PostalZipCode
getPersonZip
()
Gets the personZip attribute.
public
String
getPersonZipCode
()
Gets the personZipCode attribute.
public
Integer
getRoutingFormPersonSequenceNumber
()
Gets the routingFormPersonSequenceNumber attribute.
public
UniversalUser
getUser
()
Gets the user attribute.
public
boolean
isContactPerson
()
public
boolean
isPersonToBeNamedIndicator
()
Gets the personToBeNamedIndicator attribute.
public
boolean
isProjectDirector
()
public
void
populateWithUserServiceFields
()
public
void
setChartOfAccounts
(
Chart
chartOfAccounts)
Sets the chartOfAccounts attribute.
public
void
setChartOfAccountsCode
(
String
chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.
public
void
setDocumentNumber
(
String
documentNumber)
Sets the documentNumber attribute.
public
void
setOrganization
(
Org
organization)
Sets the organization attribute.
public
void
setOrganizationCode
(
String
organizationCode)
Sets the organizationCode attribute.
public
void
setPersonCityName
(
String
personCityName)
Sets the personCityName attribute.
public
void
setPersonCountry
(
Country
personCountry)
Sets the personCountry attribute value.
public
void
setPersonCountryCode
(
String
personCountryCode)
Sets the personCountryCode attribute.
public
void
setPersonCountyName
(
String
personCountyName)
Sets the personCountyName attribute.
public
void
setPersonCreditPercent
(
KualiInteger
personCreditPercent)
Sets the personCreditPercent attribute.
public
void
setPersonDivisionText
(
String
personDivisionText)
Sets the personDivisionText attribute.
public
void
setPersonEmailAddress
(
String
personEmailAddress)
Sets the personEmailAddress attribute.
public
void
setPersonFaxNumber
(
String
personFaxNumber)
Sets the personFaxNumber attribute.
public
void
setPersonFinancialAidPercent
(
KualiInteger
personFinancialAidPercent)
Sets the personFinancialAidPercent attribute.
public
void
setPersonLine1Address
(
String
personLine1Address)
Sets the personLine1Address attribute.
public
void
setPersonLine2Address
(
String
personLine2Address)
Sets the personLine2Address attribute.
public
void
setPersonPhoneNumber
(
String
personPhoneNumber)
Sets the personPhoneNumber attribute.
public
void
setPersonPositionTitle
(
String
personPositionTitle)
Sets the personPositionTitle attribute.
public
void
setPersonPrefixText
(
String
personPrefixText)
Sets the personPrefixText attribute.
public
void
setPersonRole
(
PersonRole
personRole)
Sets the personRole attribute value.
public
void
setPersonRoleCode
(
String
personRoleCode)
Sets the personRoleCode attribute.
public
void
setPersonRoleText
(
String
personRoleText)
Sets the personRoleText attribute value.
public
void
setPersonState
(
State
personState)
Sets the personState attribute value.
public
void
setPersonStateCode
(
String
personStateCode)
Sets the personStateCode attribute.
public
void
setPersonSuffixText
(
String
personSuffixText)
Sets the personSuffixText attribute.
public
void
setPersonToBeNamedIndicator
(boolean personToBeNamedIndicator)
Sets the personToBeNamedIndicator attribute value.
public
void
setPersonUniversalIdentifier
(
String
personUniversalIdentifier)
Sets the personUniversalIdentifier attribute.
public
void
setPersonZip
(
PostalZipCode
personZip)
Sets the personZip attribute value.
public
void
setPersonZipCode
(
String
personZipCode)
Sets the personZipCode attribute.
public
void
setRoutingFormPersonSequenceNumber
(
Integer
routingFormPersonSequenceNumber)
Sets the routingFormPersonSequenceNumber attribute value.
public
void
setUser
(
UniversalUser
user)
Sets the user attribute value.
protected
LinkedHashMap
toStringMapper
()
Constructor Detail
RoutingFormPersonnel
public
RoutingFormPersonnel()
(Code)
Default constructor.
RoutingFormPersonnel
public
RoutingFormPersonnel(
BudgetUser
budgetUser,
String
documentNumber,
String
personRoleCode)
(Code)
Default constructor.
Method Detail
getChartOfAccounts
public
Chart
getChartOfAccounts()
(Code)
Gets the chartOfAccounts attribute. Returns the chartOfAccounts
getChartOfAccountsCode
public
String
getChartOfAccountsCode()
(Code)
Gets the chartOfAccountsCode attribute. Returns the chartOfAccountsCode
getDocumentNumber
public
String
getDocumentNumber()
(Code)
Gets the documentNumber attribute. Returns the documentNumber
getOrganization
public
Org
getOrganization()
(Code)
Gets the organization attribute. Returns the organization
getOrganizationCode
public
String
getOrganizationCode()
(Code)
Gets the organizationCode attribute. Returns the organizationCode
getPersonCityName
public
String
getPersonCityName()
(Code)
Gets the personCityName attribute. Returns the personCityName
getPersonCountry
public
Country
getPersonCountry()
(Code)
Gets the personCountry attribute. Returns the personCountry.
getPersonCountryCode
public
String
getPersonCountryCode()
(Code)
Gets the personCountryCode attribute. Returns the personCountryCode
getPersonCountyName
public
String
getPersonCountyName()
(Code)
Gets the personCountyName attribute. Returns the personCountyName
getPersonCreditPercent
public
KualiInteger
getPersonCreditPercent()
(Code)
Gets the personCreditPercent attribute. Returns the personCreditPercent
getPersonDivisionText
public
String
getPersonDivisionText()
(Code)
Gets the personDivisionText attribute. Returns the personDivisionText
getPersonEmailAddress
public
String
getPersonEmailAddress()
(Code)
Gets the personEmailAddress attribute. Returns the personEmailAddress
getPersonFaxNumber
public
String
getPersonFaxNumber()
(Code)
Gets the personFaxNumber attribute. Returns the personFaxNumber
getPersonFinancialAidPercent
public
KualiInteger
getPersonFinancialAidPercent()
(Code)
Gets the personFinancialAidPercent attribute. Returns the personFinancialAidPercent
getPersonLine1Address
public
String
getPersonLine1Address()
(Code)
Gets the personLine1Address attribute. Returns the personLine1Address
getPersonLine2Address
public
String
getPersonLine2Address()
(Code)
Gets the personLine2Address attribute. Returns the personLine2Address
getPersonPhoneNumber
public
String
getPersonPhoneNumber()
(Code)
Gets the personPhoneNumber attribute. Returns the personPhoneNumber
getPersonPositionTitle
public
String
getPersonPositionTitle()
(Code)
Gets the personPositionTitle attribute. Returns the personPositionTitle
getPersonPrefixText
public
String
getPersonPrefixText()
(Code)
Gets the personPrefixText attribute. Returns the personPrefixText
getPersonRole
public
PersonRole
getPersonRole()
(Code)
Gets the personRole attribute. Returns the personRole.
getPersonRoleCode
public
String
getPersonRoleCode()
(Code)
Gets the personRoleCode attribute. Returns the personRoleCode
getPersonRoleText
public
String
getPersonRoleText()
(Code)
Gets the personRoleText attribute. Returns the personRoleText.
getPersonState
public
State
getPersonState()
(Code)
Gets the personState attribute. Returns the personState.
getPersonStateCode
public
String
getPersonStateCode()
(Code)
Gets the personStateCode attribute. Returns the personStateCode
getPersonSuffixText
public
String
getPersonSuffixText()
(Code)
Gets the personSuffixText attribute. Returns the personSuffixText
getPersonUniversalIdentifier
public
String
getPersonUniversalIdentifier()
(Code)
Gets the personUniversalIdentifier attribute. Returns the personUniversalIdentifier
getPersonZip
public
PostalZipCode
getPersonZip()
(Code)
Gets the personZip attribute. Returns the personZip.
getPersonZipCode
public
String
getPersonZipCode()
(Code)
Gets the personZipCode attribute. Returns the personZipCode
getRoutingFormPersonSequenceNumber
public
Integer
getRoutingFormPersonSequenceNumber()
(Code)
Gets the routingFormPersonSequenceNumber attribute. Returns the routingFormPersonSequenceNumber.
getUser
public
UniversalUser
getUser()
(Code)
Gets the user attribute. Returns the user.
isContactPerson
public
boolean isContactPerson()
(Code)
isPersonToBeNamedIndicator
public
boolean isPersonToBeNamedIndicator()
(Code)
Gets the personToBeNamedIndicator attribute. Returns the personToBeNamedIndicator.
isProjectDirector
public
boolean isProjectDirector()
(Code)
populateWithUserServiceFields
public
void populateWithUserServiceFields()
(Code)
Sets several fields in RoutingFormPersonnel person based upon the contained UniversalUserService's ChartUserService:
chart
org
email address
campus address
phone number
setChartOfAccounts
public
void setChartOfAccounts(
Chart
chartOfAccounts)
(Code)
Sets the chartOfAccounts attribute.
Parameters:
chartOfAccounts - The chartOfAccounts to set.
setChartOfAccountsCode
public
void setChartOfAccountsCode(
String
chartOfAccountsCode)
(Code)
Sets the chartOfAccountsCode attribute.
Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.
setDocumentNumber
public
void setDocumentNumber(
String
documentNumber)
(Code)
Sets the documentNumber attribute.
Parameters:
documentNumber - The documentNumber to set.
setOrganization
public
void setOrganization(
Org
organization)
(Code)
Sets the organization attribute.
Parameters:
organization - The organization to set.
setOrganizationCode
public
void setOrganizationCode(
String
organizationCode)
(Code)
Sets the organizationCode attribute.
Parameters:
organizationCode - The organizationCode to set.
setPersonCityName
public
void setPersonCityName(
String
personCityName)
(Code)
Sets the personCityName attribute.
Parameters:
personCityName - The personCityName to set.
setPersonCountry
public
void setPersonCountry(
Country
personCountry)
(Code)
Sets the personCountry attribute value.
Parameters:
personCountry - The personCountry to set.
setPersonCountryCode
public
void setPersonCountryCode(
String
personCountryCode)
(Code)
Sets the personCountryCode attribute.
Parameters:
personCountryCode - The personCountryCode to set.
setPersonCountyName
public
void setPersonCountyName(
String
personCountyName)
(Code)
Sets the personCountyName attribute.
Parameters:
personCountyName - The personCountyName to set.
setPersonCreditPercent
public
void setPersonCreditPercent(
KualiInteger
personCreditPercent)
(Code)
Sets the personCreditPercent attribute.
Parameters:
personCreditPercent - The personCreditPercent to set.
setPersonDivisionText
public
void setPersonDivisionText(
String
personDivisionText)
(Code)
Sets the personDivisionText attribute.
Parameters:
personDivisionText - The personDivisionText to set.
setPersonEmailAddress
public
void setPersonEmailAddress(
String
personEmailAddress)
(Code)
Sets the personEmailAddress attribute.
Parameters:
personEmailAddress - The personEmailAddress to set.
setPersonFaxNumber
public
void setPersonFaxNumber(
String
personFaxNumber)
(Code)
Sets the personFaxNumber attribute.
Parameters:
personFaxNumber - The personFaxNumber to set.
setPersonFinancialAidPercent
public
void setPersonFinancialAidPercent(
KualiInteger
personFinancialAidPercent)
(Code)
Sets the personFinancialAidPercent attribute.
Parameters:
personFinancialAidPercent - The personFinancialAidPercent to set.
setPersonLine1Address
public
void setPersonLine1Address(
String
personLine1Address)
(Code)
Sets the personLine1Address attribute.
Parameters:
personLine1Address - The personLine1Address to set.
setPersonLine2Address
public
void setPersonLine2Address(
String
personLine2Address)
(Code)
Sets the personLine2Address attribute.
Parameters:
personLine2Address - The personLine2Address to set.
setPersonPhoneNumber
public
void setPersonPhoneNumber(
String
personPhoneNumber)
(Code)
Sets the personPhoneNumber attribute.
Parameters:
personPhoneNumber - The personPhoneNumber to set.
setPersonPositionTitle
public
void setPersonPositionTitle(
String
personPositionTitle)
(Code)
Sets the personPositionTitle attribute.
Parameters:
personPositionTitle - The personPositionTitle to set.
setPersonPrefixText
public
void setPersonPrefixText(
String
personPrefixText)
(Code)
Sets the personPrefixText attribute.
Parameters:
personPrefixText - The personPrefixText to set.
setPersonRole
public
void setPersonRole(
PersonRole
personRole)
(Code)
Sets the personRole attribute value.
Parameters:
personRole - The personRole to set.
setPersonRoleCode
public
void setPersonRoleCode(
String
personRoleCode)
(Code)
Sets the personRoleCode attribute.
Parameters:
personRoleCode - The personRoleCode to set.
setPersonRoleText
public
void setPersonRoleText(
String
personRoleText)
(Code)
Sets the personRoleText attribute value.
Parameters:
personRoleText - The personRoleText to set.
setPersonState
public
void setPersonState(
State
personState)
(Code)
Sets the personState attribute value.
Parameters:
personState - The personState to set.
setPersonStateCode
public
void setPersonStateCode(
String
personStateCode)
(Code)
Sets the personStateCode attribute.
Parameters:
personStateCode - The personStateCode to set.
setPersonSuffixText
public
void setPersonSuffixText(
String
personSuffixText)
(Code)
Sets the personSuffixText attribute.
Parameters:
personSuffixText - The personSuffixText to set.
setPersonToBeNamedIndicator
public
void setPersonToBeNamedIndicator(boolean personToBeNamedIndicator)
(Code)
Sets the personToBeNamedIndicator attribute value.
Parameters:
personToBeNamedIndicator - The personToBeNamedIndicator to set.
setPersonUniversalIdentifier
public
void setPersonUniversalIdentifier(
String
personUniversalIdentifier)
(Code)
Sets the personUniversalIdentifier attribute.
Parameters:
personUniversalIdentifier - The personUniversalIdentifier to set.
setPersonZip
public
void setPersonZip(
PostalZipCode
personZip)
(Code)
Sets the personZip attribute value.
Parameters:
personZip - The personZip to set.
setPersonZipCode
public
void setPersonZipCode(
String
personZipCode)
(Code)
Sets the personZipCode attribute.
Parameters:
personZipCode - The personZipCode to set.
setRoutingFormPersonSequenceNumber
public
void setRoutingFormPersonSequenceNumber(
Integer
routingFormPersonSequenceNumber)
(Code)
Sets the routingFormPersonSequenceNumber attribute value.
Parameters:
routingFormPersonSequenceNumber - The routingFormPersonSequenceNumber to set.
setUser
public
void setUser(
UniversalUser
user)
(Code)
Sets the user attribute value.
Parameters:
user - The user to set.
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.