Java Doc for UIQueryValue.java in  » ERP-CRM-Financial » SourceTap-CRM » com » sourcetap » sfa » ui » 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 » SourceTap CRM » com.sourcetap.sfa.ui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sourcetap.sfa.ui.UIQueryValue

UIQueryValue
public class UIQueryValue (Code)
This class holds the attributes of one value within a query used in the UI builder.
author:
   John Nutting
See Also:   UIQueryValue.UIQuery


Field Summary
protected  StringattributeId
    
protected  StringattributeValue
    
protected  StringdisplayObjectId
    
protected  StringdisplayTypeId
    
protected  EntityComparisonOperatorentityOperator
    
final public static  Stringmodule
    
protected  StringqueryId
    
protected  StringqueryValueId
    

Constructor Summary
public  UIQueryValue()
    
public  UIQueryValue(String queryValueId_, String queryId_, String attributeId_, String attributeValue_, EntityComparisonOperator entityOperator_, String displayTypeId_, String displayObjectId_)
    

Method Summary
public  StringgetAttributeId()
    
public  StringgetAttributeValue()
    
public  StringgetDisplayObjectId()
    
public  StringgetDisplayTypeId()
    
public  EntityComparisonOperatorgetEntityOperator()
    
public  StringgetQueryId()
    
public  StringgetQueryValueId()
    
public  voidsetAttributeId(String attributeId_)
    
public  voidsetAttributeValue(String attributeValue_)
    
public  voidsetDisplayObjectId(String displayObjectId_)
    
public  voidsetDisplayTypeId(String displayTypeId_)
    
public  voidsetEntityOperator(EntityComparisonOperator entityOperator_)
    
public  voidsetQueryId(String queryId_)
    
public  voidsetQueryValueId(String queryValueId_)
    
public  GenericValuetoGenericValue(GenericDelegator delegator)
     Creates a generic value for this query value.

Field Detail
attributeId
protected String attributeId(Code)



attributeValue
protected String attributeValue(Code)



displayObjectId
protected String displayObjectId(Code)



displayTypeId
protected String displayTypeId(Code)



entityOperator
protected EntityComparisonOperator entityOperator(Code)



module
final public static String module(Code)



queryId
protected String queryId(Code)



queryValueId
protected String queryValueId(Code)




Constructor Detail
UIQueryValue
public UIQueryValue()(Code)
Basic constructor
author:
   John Nutting



UIQueryValue
public UIQueryValue(String queryValueId_, String queryId_, String attributeId_, String attributeValue_, EntityComparisonOperator entityOperator_, String displayTypeId_, String displayObjectId_)(Code)
Constructor with initial values
Parameters:
  queryvalueId_ - Query Value ID - Uniquely identifies this query value
Parameters:
  queryId_ - Query ID - Uniquely identifies the query to which this query value is attached
Parameters:
  attributeId_ - Attribute ID - Uniquely identifies an attribute defined in the UI data
Parameters:
  attributeValue_ - The value to be compared to the specified attribute on entities in the data basewhen the query is executed
Parameters:
  entityOperator_ - The operator to be used to compare the value to the specified attribute onentities in the data base when the query is executed
author:
   John Nutting




Method Detail
getAttributeId
public String getAttributeId()(Code)
Gets the attribute ID
Parameters:
  attributeId_ - Attribute ID - Uniquely identifies an attribute defined in the UI data



getAttributeValue
public String getAttributeValue()(Code)
Gets the Attribute Value return Attribute Value - The value to be compared to the specified attribute on entities in the data base when the query is executed
author:
   John Nutting



getDisplayObjectId
public String getDisplayObjectId()(Code)
Gets the Display Object ID
author:
   John Nutting



getDisplayTypeId
public String getDisplayTypeId()(Code)
Gets the Display Type ID
author:
   John Nutting



getEntityOperator
public EntityComparisonOperator getEntityOperator()(Code)
Gets the Query Operator The operator to be used to compare the value to the specified attribute onentities in the data base when the query is executed
author:
   John Nutting



getQueryId
public String getQueryId()(Code)
Gets the Query ID
Parameters:
  queryId_ - Query ID - Uniquely identifies the query to which this query value is attached
author:
   John Nutting



getQueryValueId
public String getQueryValueId()(Code)
Gets the Query Value ID
author:
   John Nutting



setAttributeId
public void setAttributeId(String attributeId_)(Code)
Sets the attribute ID Attribute ID - Uniquely identifies an attribute defined in the UI data
author:
   John Nutting



setAttributeValue
public void setAttributeValue(String attributeValue_)(Code)
Sets the Attribute Value
Parameters:
  attributeValue_ - Attribute Value - The value to be compared to the specified attribute on entities in the data basewhen the query is executed
author:
   John Nutting



setDisplayObjectId
public void setDisplayObjectId(String displayObjectId_)(Code)
Sets the Display Object ID
Parameters:
  displayObjectId_ - - the display object for the field
author:
   John Nutting



setDisplayTypeId
public void setDisplayTypeId(String displayTypeId_)(Code)
Sets the Display Type ID
Parameters:
  displayTypeId_ - - the display type for the field
author:
   John Nutting



setEntityOperator
public void setEntityOperator(EntityComparisonOperator entityOperator_)(Code)
Sets the Query Operator
Parameters:
  entityOperator_ - The operator to be used to compare the value to the specified attribute onentities in the data base when the query is executed
author:
   John Nutting



setQueryId
public void setQueryId(String queryId_)(Code)
Sets the Query ID Query ID - Uniquely identifies the query to which this query value is attached
author:
   John Nutting



setQueryValueId
public void setQueryValueId(String queryValueId_)(Code)
Sets the Query Value ID
Parameters:
  queryvalueId_ - Query Value ID - Uniquely identifies this query value
author:
   John Nutting



toGenericValue
public GenericValue toGenericValue(GenericDelegator delegator)(Code)
Creates a generic value for this query value.
Parameters:
  delegator - Generic delegator object required to attach to the correct data source Generic value representing this query value
author:
   John Nutting



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.