Java Doc for Agency.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » cg » 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.cg.bo 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.core.bo.PersistableBusinessObjectBase
   org.kuali.module.cg.bo.Agency

Agency
public class Agency extends PersistableBusinessObjectBase (Code)
This class defines an agency as it is used and referenced within the Contracts and Grants portion of a college or university financial system.



Constructor Summary
public  Agency()
     Default no-arg constructor.

Method Summary
public  booleanequals(Agency agency)
     This method compares the passed in agency object against this agency object to check for equality.
public  AgencyExtensiongetAgencyExtension()
     Gets the agencyExtension attribute.
public  StringgetAgencyNumber()
     Gets the agencyNumber attribute.
public  AgencyTypegetAgencyType()
     Gets the agencyType attribute.
public  StringgetAgencyTypeCode()
     Gets the agencyTypeCode attribute.
public  StringgetFullName()
     Gets the fullName attribute.
public  KualiDecimalgetIndirectAmount()
     Gets the indirectAmount attribute.
public  StringgetReportingName()
     Gets the reportingName attribute.
public  AgencygetReportsToAgency()
     Gets the reportsToAgency attribute.
public  StringgetReportsToAgencyNumber()
     Gets the reportsToAgencyNumber attribute.
public  booleanisHistoricalIndicator()
     Gets the historicalIndicator attribute.
public  booleanisInStateIndicator()
     Gets the inStateIndicator attribute.
public  voidsetAgencyExtension(AgencyExtension agencyExtension)
     Sets the agencyExtension attribute value.
public  voidsetAgencyNumber(String agencyNumber)
     Sets the agencyNumber attribute.
public  voidsetAgencyType(AgencyType agencyType)
     Sets the agencyType attribute.
public  voidsetAgencyTypeCode(String agencyTypeCode)
     Sets the agencyTypeCode attribute value.
public  voidsetFullName(String fullName)
     Sets the fullName attribute.
public  voidsetHistoricalIndicator(boolean historicalIndicator)
     Sets the historicalIndicator attribute.
public  voidsetInStateIndicator(boolean inStateIndicator)
     Sets the inStateIndicator attribute.
public  voidsetIndirectAmount(KualiDecimal indirectAmount)
     Sets the indirectAmount attribute.
public  voidsetReportingName(String reportingName)
     Sets the reportingName attribute.
public  voidsetReportsToAgency(Agency reportsToAgencyNumber)
     Sets the reportsToAgency attribute.
public  voidsetReportsToAgencyNumber(String reportsToAgencyNumber)
     Sets the reportsToAgencyNumber attribute value.
protected  LinkedHashMaptoStringMapper()
    


Constructor Detail
Agency
public Agency()(Code)
Default no-arg constructor.




Method Detail
equals
public boolean equals(Agency agency)(Code)
This method compares the passed in agency object against this agency object to check for equality. Equality is defined by if the agency passed in has the same agency number as the agency being compared to.
Parameters:
  agency - The agency object to be compared. True if the agency passed in is determined to be equal, false otherwise.



getAgencyExtension
public AgencyExtension getAgencyExtension()(Code)
Gets the agencyExtension attribute. Returns the agencyExtension.



getAgencyNumber
public String getAgencyNumber()(Code)
Gets the agencyNumber attribute. Returns the agencyNumber



getAgencyType
public AgencyType getAgencyType()(Code)
Gets the agencyType attribute. Returns the agencyType



getAgencyTypeCode
public String getAgencyTypeCode()(Code)
Gets the agencyTypeCode attribute. Returns the agencyTypeCode.



getFullName
public String getFullName()(Code)
Gets the fullName attribute. Returns the fullName



getIndirectAmount
public KualiDecimal getIndirectAmount()(Code)
Gets the indirectAmount attribute. Returns the indirectAmount



getReportingName
public String getReportingName()(Code)
Gets the reportingName attribute. Returns the reportingName



getReportsToAgency
public Agency getReportsToAgency()(Code)
Gets the reportsToAgency attribute. Returns the reportsToAgency



getReportsToAgencyNumber
public String getReportsToAgencyNumber()(Code)
Gets the reportsToAgencyNumber attribute. Returns the reportsToAgencyNumber.



isHistoricalIndicator
public boolean isHistoricalIndicator()(Code)
Gets the historicalIndicator attribute. Returns the historicalIndicator



isInStateIndicator
public boolean isInStateIndicator()(Code)
Gets the inStateIndicator attribute. Returns the inStateIndicator



setAgencyExtension
public void setAgencyExtension(AgencyExtension agencyExtension)(Code)
Sets the agencyExtension attribute value.
Parameters:
  agencyExtension - The agencyExtension to set.



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



setAgencyType
public void setAgencyType(AgencyType agencyType)(Code)
Sets the agencyType attribute.
Parameters:
  agencyType - The agencyType to set.



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



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



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



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



setIndirectAmount
public void setIndirectAmount(KualiDecimal indirectAmount)(Code)
Sets the indirectAmount attribute.
Parameters:
  indirectAmount - The indirectAmount to set.



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



setReportsToAgency
public void setReportsToAgency(Agency reportsToAgencyNumber)(Code)
Sets the reportsToAgency attribute.
Parameters:
  reportsToAgencyNumber - The reportsToAgency to set.



setReportsToAgencyNumber
public void setReportsToAgencyNumber(String reportsToAgencyNumber)(Code)
Sets the reportsToAgencyNumber attribute value.
Parameters:
  reportsToAgencyNumber - The reportsToAgencyNumber 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.