Java Doc for SimpleTypes.java in  » Search-Engine » compass-2.0 » org » compass » core » test » property » simple » 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 » Search Engine » compass 2.0 » org.compass.core.test.property.simple 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.compass.core.test.property.simple.SimpleTypes

SimpleTypes
public class SimpleTypes (Code)

author:
   kimchy




Method Summary
public  LonggetId()
    
public  BigDecimalgetOBigDecimal()
    
public  BigIntegergetOBigInteger()
    
public  BooleangetOBoolean()
    
public  BytegetOByte()
    
public  CalendargetOCalendar()
    
public  CharactergetOChar()
    
public  DategetODate()
    
public  DoublegetODouble()
    
public  FilegetOFile()
    
public  FloatgetOFloat()
    
public  IntegergetOInteger()
    
public  LocalegetOLocale()
    
public  LonggetOLong()
    
public  ShortgetOShort()
    
public  StringgetOString()
    
public  StringBuffergetOStringBuffer()
    
public  URLgetOURL()
    
public  bytegetSByte()
    
public  chargetSChar()
    
public  doublegetSDouble()
    
public  floatgetSFloat()
    
public  intgetSInt()
    
public  longgetSLong()
    
public  shortgetSShort()
    
public  booleanisSBoolean()
    
public  voidsetId(Long id)
    
public  voidsetOBigDecimal(BigDecimal bigDecimal)
    
public  voidsetOBigInteger(BigInteger bigInteger)
    
public  voidsetOBoolean(Boolean boolean1)
    
public  voidsetOByte(Byte byte1)
    
public  voidsetOCalendar(Calendar calendar)
    
public  voidsetOChar(Character char1)
    
public  voidsetODate(Date date)
    
public  voidsetODouble(Double double1)
    
public  voidsetOFile(File file)
    
public  voidsetOFloat(Float float1)
    
public  voidsetOInteger(Integer integer)
    
public  voidsetOLocale(Locale locale)
    
public  voidsetOLong(Long long1)
    
public  voidsetOShort(Short short1)
    
public  voidsetOString(String string)
    
public  voidsetOStringBuffer(StringBuffer stringBuffer)
    
public  voidsetOURL(URL ourl)
    
public  voidsetSBoolean(boolean boolean1)
    
public  voidsetSByte(byte byte1)
    
public  voidsetSChar(char char1)
    
public  voidsetSDouble(double double1)
    
public  voidsetSFloat(float float1)
    
public  voidsetSInt(int int1)
    
public  voidsetSLong(long long1)
    
public  voidsetSShort(short short1)
    



Method Detail
getId
public Long getId()(Code)
Returns the id.



getOBigDecimal
public BigDecimal getOBigDecimal()(Code)
Returns the oBigDecimal.



getOBigInteger
public BigInteger getOBigInteger()(Code)
Returns the oBigInteger.



getOBoolean
public Boolean getOBoolean()(Code)
Returns the oBoolean.



getOByte
public Byte getOByte()(Code)
Returns the oByte.



getOCalendar
public Calendar getOCalendar()(Code)



getOChar
public Character getOChar()(Code)
Returns the oChar.



getODate
public Date getODate()(Code)
Returns the oDate.



getODouble
public Double getODouble()(Code)
Returns the oDouble.



getOFile
public File getOFile()(Code)
Returns the oFile.



getOFloat
public Float getOFloat()(Code)
Returns the oFloat.



getOInteger
public Integer getOInteger()(Code)
Returns the oInteger.



getOLocale
public Locale getOLocale()(Code)



getOLong
public Long getOLong()(Code)
Returns the oLong.



getOShort
public Short getOShort()(Code)
Returns the oShort.



getOString
public String getOString()(Code)
Returns the oString.



getOStringBuffer
public StringBuffer getOStringBuffer()(Code)
Returns the oStringBuffer.



getOURL
public URL getOURL()(Code)
Returns the oURL.



getSByte
public byte getSByte()(Code)
Returns the sByte.



getSChar
public char getSChar()(Code)
Returns the sChar.



getSDouble
public double getSDouble()(Code)
Returns the sDouble.



getSFloat
public float getSFloat()(Code)
Returns the sFloat.



getSInt
public int getSInt()(Code)
Returns the sInt.



getSLong
public long getSLong()(Code)
Returns the sLong.



getSShort
public short getSShort()(Code)
Returns the sShort.



isSBoolean
public boolean isSBoolean()(Code)
Returns the sBoolean.



setId
public void setId(Long id)(Code)

Parameters:
  id - The id to set.



setOBigDecimal
public void setOBigDecimal(BigDecimal bigDecimal)(Code)

Parameters:
  bigDecimal - The oBigDecimal to set.



setOBigInteger
public void setOBigInteger(BigInteger bigInteger)(Code)

Parameters:
  bigInteger - The oBigInteger to set.



setOBoolean
public void setOBoolean(Boolean boolean1)(Code)

Parameters:
  boolean1 - The oBoolean to set.



setOByte
public void setOByte(Byte byte1)(Code)

Parameters:
  byte1 - The oByte to set.



setOCalendar
public void setOCalendar(Calendar calendar)(Code)



setOChar
public void setOChar(Character char1)(Code)

Parameters:
  char1 - The oChar to set.



setODate
public void setODate(Date date)(Code)

Parameters:
  date - The oDate to set.



setODouble
public void setODouble(Double double1)(Code)

Parameters:
  double1 - The oDouble to set.



setOFile
public void setOFile(File file)(Code)

Parameters:
  file - The oFile to set.



setOFloat
public void setOFloat(Float float1)(Code)

Parameters:
  float1 - The oFloat to set.



setOInteger
public void setOInteger(Integer integer)(Code)

Parameters:
  integer - The oInteger to set.



setOLocale
public void setOLocale(Locale locale)(Code)



setOLong
public void setOLong(Long long1)(Code)

Parameters:
  long1 - The oLong to set.



setOShort
public void setOShort(Short short1)(Code)

Parameters:
  short1 - The oShort to set.



setOString
public void setOString(String string)(Code)

Parameters:
  string - The oString to set.



setOStringBuffer
public void setOStringBuffer(StringBuffer stringBuffer)(Code)

Parameters:
  stringBuffer - The oStringBuffer to set.



setOURL
public void setOURL(URL ourl)(Code)

Parameters:
  ourl - The oURL to set.



setSBoolean
public void setSBoolean(boolean boolean1)(Code)

Parameters:
  boolean1 - The sBoolean to set.



setSByte
public void setSByte(byte byte1)(Code)

Parameters:
  byte1 - The sByte to set.



setSChar
public void setSChar(char char1)(Code)

Parameters:
  char1 - The sChar to set.



setSDouble
public void setSDouble(double double1)(Code)

Parameters:
  double1 - The sDouble to set.



setSFloat
public void setSFloat(float float1)(Code)

Parameters:
  float1 - The sFloat to set.



setSInt
public void setSInt(int int1)(Code)

Parameters:
  int1 - The sInt to set.



setSLong
public void setSLong(long long1)(Code)

Parameters:
  long1 - The sLong to set.



setSShort
public void setSShort(short short1)(Code)

Parameters:
  short1 - The sShort to set.



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.