Java Doc for AttributeReferenceDummy.java in » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » core » 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.core.bo
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.kuali.core.bo
.BusinessObjectBase
org.kuali.core.bo
.PersistableBusinessObjectBase
org.kuali.core.bo
.AttributeReferenceDummy
All known Subclasses:
org.kuali.kfs.bo
.KFSAttributeReferenceDummy
,
AttributeReferenceDummy
public
class AttributeReferenceDummy extends
PersistableBusinessObjectBase
(Code)
Attribute Reference Dummy Business Object
Constructor Summary
public
AttributeReferenceDummy
()
Constructs a AttributeReferenceDummy.java.
Method Summary
public
Date
getCreateDate
()
Gets the createDate attribute.
public
String
getDocumentExplanation
()
Gets the documentExplanation attribute.
public
String
getEmailAddress
()
Gets the emailAddress attribute.
public
KualiDecimal
getGenericAmount
()
Gets the genericAmount attribute.
public
String
getGenericBigText
()
Gets the genericBigText attribute.
public
Date
getGenericDate
()
Gets the genericDate attribute.
public
Integer
getGenericFiscalYear
()
public
String
getGenericSystemId
()
Gets the genericSystemId attribute.
public
Timestamp
getGenericTimestamp
()
public
String
getInitiatorNetworkId
()
Gets the initiatorNetworkId attribute.
public
String
getMaxDollarAmount
()
public
String
getMinDollarAmount
()
public
String
getOneDigitTextCode
()
Gets the oneDigitTextCode attribute.
public
KualiPercent
getPercent
()
Gets the percent attribute.
public
String
getTotalDollarAmount
()
public
Integer
getTransactionEntrySequenceId
()
public
String
getTwoDigitTextCode
()
Gets the twoDigitTextCode attribute.
public
String
getUniversityFiscalAccountingPeriod
()
public
boolean
isActiveIndicator
()
Gets the activeIndicator attribute.
public
boolean
isGenericBoolean
()
Gets the genericBoolean attribute.
public
boolean
isNewCollectionRecord
()
Gets the newCollectionRecord attribute.
public
void
setActiveIndicator
(boolean activeIndicator)
Sets the activeIndicator attribute value.
public
void
setCreateDate
(
Date
createDate)
Sets the createDate attribute value.
public
void
setDocumentExplanation
(
String
documentExplanation)
Sets the documentExplanation attribute value.
public
void
setEmailAddress
(
String
emailAddress)
Sets the emailAddress attribute value.
public
void
setGenericAmount
(
KualiDecimal
genericAmount)
Sets the genericAmount attribute value.
public
void
setGenericBigText
(
String
genericBigText)
Sets the genericBigText attribute value.
public
void
setGenericBoolean
(boolean genericBoolean)
Sets the genericBoolean attribute value.
public
void
setGenericDate
(
Date
genericDate)
Sets the genericDate attribute value.
public
void
setGenericFiscalYear
(
Integer
universityFiscalYear)
public
void
setGenericSystemId
(
String
genericSystemId)
Sets the genericSystemId attribute value.
public
void
setGenericTimestamp
(
Timestamp
genericTimestamp)
public
void
setInitiatorNetworkId
(
String
initiatorNetworkId)
Sets the initiatorNetworkId attribute value.
public
void
setMaxDollarAmount
(
String
maxDollarAmount)
public
void
setMinDollarAmount
(
String
minDollarAmount)
public
void
setNewCollectionRecord
(boolean newCollectionRecord)
Sets the newCollectionRecord attribute value.
public
void
setOneDigitTextCode
(
String
oneDigitTextCode)
Sets the oneDigitTextCode attribute value.
public
void
setPercent
(
KualiPercent
percent)
Sets the percent attribute value.
public
void
setTotalDollarAmount
(
String
totalDollarAmount)
public
void
setTransactionEntrySequenceId
(
Integer
transactionEntrySequenceId)
public
void
setTwoDigitTextCode
(
String
twoDigitTextCode)
Sets the twoDigitTextCode attribute value.
public
void
setUniversityFiscalAccountingPeriod
(
String
universityFiscalAccountingPeriod)
protected
LinkedHashMap
toStringMapper
()
Constructor Detail
AttributeReferenceDummy
public
AttributeReferenceDummy()
(Code)
Constructs a AttributeReferenceDummy.java.
Method Detail
getCreateDate
public
Date
getCreateDate()
(Code)
Gets the createDate attribute. Returns the createDate.
getDocumentExplanation
public
String
getDocumentExplanation()
(Code)
Gets the documentExplanation attribute. Returns the documentExplanation.
getEmailAddress
public
String
getEmailAddress()
(Code)
Gets the emailAddress attribute. Returns the emailAddress.
getGenericAmount
public
KualiDecimal
getGenericAmount()
(Code)
Gets the genericAmount attribute. Returns the genericAmount.
getGenericBigText
public
String
getGenericBigText()
(Code)
Gets the genericBigText attribute. Returns the genericBigText.
getGenericDate
public
Date
getGenericDate()
(Code)
Gets the genericDate attribute. Returns the genericDate.
getGenericFiscalYear
public
Integer
getGenericFiscalYear()
(Code)
Integer
getGenericSystemId
public
String
getGenericSystemId()
(Code)
Gets the genericSystemId attribute. Returns the genericSystemId.
getGenericTimestamp
public
Timestamp
getGenericTimestamp()
(Code)
getInitiatorNetworkId
public
String
getInitiatorNetworkId()
(Code)
Gets the initiatorNetworkId attribute. Returns the initiatorNetworkId.
getMaxDollarAmount
public
String
getMaxDollarAmount()
(Code)
getMinDollarAmount
public
String
getMinDollarAmount()
(Code)
getOneDigitTextCode
public
String
getOneDigitTextCode()
(Code)
Gets the oneDigitTextCode attribute. Returns the oneDigitTextCode.
getPercent
public
KualiPercent
getPercent()
(Code)
Gets the percent attribute. Returns the percent.
getTotalDollarAmount
public
String
getTotalDollarAmount()
(Code)
getTransactionEntrySequenceId
public
Integer
getTransactionEntrySequenceId()
(Code)
Integer
getTwoDigitTextCode
public
String
getTwoDigitTextCode()
(Code)
Gets the twoDigitTextCode attribute. Returns the twoDigitTextCode.
getUniversityFiscalAccountingPeriod
public
String
getUniversityFiscalAccountingPeriod()
(Code)
String
isActiveIndicator
public
boolean isActiveIndicator()
(Code)
Gets the activeIndicator attribute. Returns the activeIndicator.
isGenericBoolean
public
boolean isGenericBoolean()
(Code)
Gets the genericBoolean attribute. Returns the genericBoolean.
isNewCollectionRecord
public
boolean isNewCollectionRecord()
(Code)
Gets the newCollectionRecord attribute. Returns the newCollectionRecord.
setActiveIndicator
public
void setActiveIndicator(boolean activeIndicator)
(Code)
Sets the activeIndicator attribute value.
Parameters:
activeIndicator - The activeIndicator to set.
setCreateDate
public
void setCreateDate(
Date
createDate)
(Code)
Sets the createDate attribute value.
Parameters:
createDate - The createDate to set.
setDocumentExplanation
public
void setDocumentExplanation(
String
documentExplanation)
(Code)
Sets the documentExplanation attribute value.
Parameters:
documentExplanation - The documentExplanation to set.
setEmailAddress
public
void setEmailAddress(
String
emailAddress)
(Code)
Sets the emailAddress attribute value.
Parameters:
emailAddress - The emailAddress to set.
setGenericAmount
public
void setGenericAmount(
KualiDecimal
genericAmount)
(Code)
Sets the genericAmount attribute value.
Parameters:
genericAmount - The genericAmount to set.
setGenericBigText
public
void setGenericBigText(
String
genericBigText)
(Code)
Sets the genericBigText attribute value.
Parameters:
genericBigText - The genericBigText to set.
setGenericBoolean
public
void setGenericBoolean(boolean genericBoolean)
(Code)
Sets the genericBoolean attribute value.
Parameters:
genericBoolean - The genericBoolean to set.
setGenericDate
public
void setGenericDate(
Date
genericDate)
(Code)
Sets the genericDate attribute value.
Parameters:
genericDate - The genericDate to set.
setGenericFiscalYear
public
void setGenericFiscalYear(
Integer
universityFiscalYear)
(Code)
Parameters:
universityFiscalYear -
setGenericSystemId
public
void setGenericSystemId(
String
genericSystemId)
(Code)
Sets the genericSystemId attribute value.
Parameters:
genericSystemId - The genericSystemId to set.
setGenericTimestamp
public
void setGenericTimestamp(
Timestamp
genericTimestamp)
(Code)
setInitiatorNetworkId
public
void setInitiatorNetworkId(
String
initiatorNetworkId)
(Code)
Sets the initiatorNetworkId attribute value.
Parameters:
initiatorNetworkId - The initiatorNetworkId to set.
setMaxDollarAmount
public
void setMaxDollarAmount(
String
maxDollarAmount)
(Code)
setMinDollarAmount
public
void setMinDollarAmount(
String
minDollarAmount)
(Code)
setNewCollectionRecord
public
void setNewCollectionRecord(boolean newCollectionRecord)
(Code)
Sets the newCollectionRecord attribute value.
Parameters:
newCollectionRecord - The newCollectionRecord to set.
setOneDigitTextCode
public
void setOneDigitTextCode(
String
oneDigitTextCode)
(Code)
Sets the oneDigitTextCode attribute value.
Parameters:
oneDigitTextCode - The oneDigitTextCode to set.
setPercent
public
void setPercent(
KualiPercent
percent)
(Code)
Sets the percent attribute value.
Parameters:
percent - The percent to set.
setTotalDollarAmount
public
void setTotalDollarAmount(
String
totalDollarAmount)
(Code)
setTransactionEntrySequenceId
public
void setTransactionEntrySequenceId(
Integer
transactionEntrySequenceId)
(Code)
Parameters:
transactionEntrySequenceId -
setTwoDigitTextCode
public
void setTwoDigitTextCode(
String
twoDigitTextCode)
(Code)
Sets the twoDigitTextCode attribute value.
Parameters:
twoDigitTextCode - The twoDigitTextCode to set.
setUniversityFiscalAccountingPeriod
public
void setUniversityFiscalAccountingPeriod(
String
universityFiscalAccountingPeriod)
(Code)
Parameters:
universityFiscalAccountingPeriod -
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)
Methods inherited from
org.kuali.core.bo.BusinessObjectBase
public
String
toString()
(Code)
(Java Doc)
protected
String
toStringBuilder(
LinkedHashMap
fieldValues)
(Code)
(Java Doc)
abstract
protected
LinkedHashMap
toStringMapper()
(Code)
(Java Doc)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(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.