Java Doc for TestBag.java in  » IDE-Netbeans » xtest » org » netbeans » xtest » pe » xmlbeans » 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 » IDE Netbeans » xtest » org.netbeans.xtest.pe.xmlbeans 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.xtest.pe.xmlbeans.XMLBean
      org.netbeans.xtest.pe.xmlbeans.TestBag

TestBag
public class TestBag extends XMLBean (Code)

author:
   mb115822


Field Summary
public  Stringxmlat_bagID
    
public  Stringxmlat_executor
    
public  booleanxmlat_ideUserDir
    
public  Stringxmlat_module
    
public  Stringxmlat_name
    
public  Stringxmlat_testAttribs
    
public  Stringxmlat_testType
    
public  longxmlat_testsError
    
public  longxmlat_testsExpectedFail
    
public  longxmlat_testsFail
    
public  longxmlat_testsPass
    
public  longxmlat_testsTotal
    
public  longxmlat_testsUnexpectedPass
    
public  longxmlat_time
    
public  java.sql.Timestampxmlat_timeStamp
    
public  Stringxmlat_unexpectedFailure
    
public  UnitTestSuite[]xmlel_UnitTestSuite
    

Constructor Summary
public  TestBag()
    

Method Summary
public  StringgetBagID()
     Getter for property bagID.
public  StringgetExecutor()
     Getter for property executor.
public  StringgetModule()
     Getter for property module.
public  StringgetName()
     Getter for property name.
public  StringgetRunID()
     Getter for property testRun_id.
public  StringgetTestAttribs()
     Getter for property testAttribs.
public  StringgetTestType()
     Getter for property testType.
public  longgetTestsError()
     Getter for property testsError.
public  longgetTestsExpectedFail()
     Getter for property testsExpectedFail.
public  longgetTestsFail()
     Getter for property testsFail.
public  longgetTestsPass()
     Getter for property testsPass.
public  longgetTestsTotal()
     Getter for property testsTotal.
public  longgetTestsUnexpectedPass()
     Getter for property testsUnexpectedPass.
public  longgetTime()
     Getter for property time.
public  java.sql.TimestampgetTimeStamp()
     Getter for property timeStamp.
public  StringgetUnexpectedFailure()
     Getter for property unexpectedFailure.
public  longgetXTestResultsReport_id()
     getter for property xtestResultsReport_id.
public static  TestBagloadFromFile(File aFile)
    
public  voidsetBagID(String bagID)
     Setter for property bagID.
public  voidsetExecutor(String executor)
     Setter for property executor.
public  voidsetModule(String module)
     Setter for property module.
public  voidsetName(String name)
     Setter for property name.
public  voidsetRunID(String runID)
     Setter for property testRun_id.
public  voidsetTestAttribs(String testAttribs)
     Setter for property testAttribs.
public  voidsetTestType(String testType)
     Setter for property testType.
public  voidsetTestsError(long testsError)
     Setter for property testsError.
public  voidsetTestsExpectedFail(long testsExpectedFail)
     Setter for property testsExpectedFail.
public  voidsetTestsFail(long testsFail)
     Setter for property testsFail.
public  voidsetTestsPass(long testsPass)
     Setter for property testsPass.
public  voidsetTestsTotal(long testsTotal)
     Setter for property testsTotal.
public  voidsetTestsUnexpectedPass(long testsUnexpectedPass)
     Setter for property testsUnexpectedPass.
public  voidsetTime(long time)
     Setter for property time.
public  voidsetTimeStamp(java.sql.Timestamp timeStamp)
     Setter for property timeStamp.
public  voidsetUnexpectedFailure(String unexpectedFailure)
     Setter for property unexpectedFailure.
public  voidsetXTestResultsReport_id(long xtestResultsReport_id)
     Setter for property xtestResultsReport_id.

Field Detail
xmlat_bagID
public String xmlat_bagID(Code)



xmlat_executor
public String xmlat_executor(Code)



xmlat_ideUserDir
public boolean xmlat_ideUserDir(Code)



xmlat_module
public String xmlat_module(Code)



xmlat_name
public String xmlat_name(Code)



xmlat_testAttribs
public String xmlat_testAttribs(Code)



xmlat_testType
public String xmlat_testType(Code)



xmlat_testsError
public long xmlat_testsError(Code)



xmlat_testsExpectedFail
public long xmlat_testsExpectedFail(Code)



xmlat_testsFail
public long xmlat_testsFail(Code)



xmlat_testsPass
public long xmlat_testsPass(Code)



xmlat_testsTotal
public long xmlat_testsTotal(Code)



xmlat_testsUnexpectedPass
public long xmlat_testsUnexpectedPass(Code)



xmlat_time
public long xmlat_time(Code)



xmlat_timeStamp
public java.sql.Timestamp xmlat_timeStamp(Code)



xmlat_unexpectedFailure
public String xmlat_unexpectedFailure(Code)



xmlel_UnitTestSuite
public UnitTestSuite[] xmlel_UnitTestSuite(Code)




Constructor Detail
TestBag
public TestBag()(Code)
Creates new TestBag




Method Detail
getBagID
public String getBagID()(Code)
Getter for property bagID. Value of property bagID.



getExecutor
public String getExecutor()(Code)
Getter for property executor. Value of property executor.



getModule
public String getModule()(Code)
Getter for property module. Value of property module.



getName
public String getName()(Code)
Getter for property name. Value of property name.



getRunID
public String getRunID()(Code)
Getter for property testRun_id. Value of property testRun_id.



getTestAttribs
public String getTestAttribs()(Code)
Getter for property testAttribs. Value of property testAttribs.



getTestType
public String getTestType()(Code)
Getter for property testType. Value of property testType.



getTestsError
public long getTestsError()(Code)
Getter for property testsError. Value of property testsError.



getTestsExpectedFail
public long getTestsExpectedFail()(Code)
Getter for property testsExpectedFail. Value of property testsExpectedFail.



getTestsFail
public long getTestsFail()(Code)
Getter for property testsFail. Value of property testsFail.



getTestsPass
public long getTestsPass()(Code)
Getter for property testsPass. Value of property testsPass.



getTestsTotal
public long getTestsTotal()(Code)
Getter for property testsTotal. Value of property testsTotal.



getTestsUnexpectedPass
public long getTestsUnexpectedPass()(Code)
Getter for property testsUnexpectedPass. Value of property testsUnexpectedPass.



getTime
public long getTime()(Code)
Getter for property time. Value of property time.



getTimeStamp
public java.sql.Timestamp getTimeStamp()(Code)
Getter for property timeStamp. Value of property timeStamp.



getUnexpectedFailure
public String getUnexpectedFailure()(Code)
Getter for property unexpectedFailure. Value of property unexpectedFailure.



getXTestResultsReport_id
public long getXTestResultsReport_id()(Code)
getter for property xtestResultsReport_id.
Parameters:
  testRun_id - New value of property testRun_id.



loadFromFile
public static TestBag loadFromFile(File aFile) throws IOException, ClassNotFoundException(Code)



setBagID
public void setBagID(String bagID)(Code)
Setter for property bagID.
Parameters:
  bagID - New value of property bagID.



setExecutor
public void setExecutor(String executor)(Code)
Setter for property executor.
Parameters:
  executor - New value of property executor.



setModule
public void setModule(String module)(Code)
Setter for property module.
Parameters:
  module - New value of property module.



setName
public void setName(String name)(Code)
Setter for property name.
Parameters:
  name - New value of property name.



setRunID
public void setRunID(String runID)(Code)
Setter for property testRun_id.
Parameters:
  testRun_id - New value of property testRun_id.



setTestAttribs
public void setTestAttribs(String testAttribs)(Code)
Setter for property testAttribs.
Parameters:
  testAttribs - New value of property testAttribs.



setTestType
public void setTestType(String testType)(Code)
Setter for property testType.
Parameters:
  testType - New value of property testType.



setTestsError
public void setTestsError(long testsError)(Code)
Setter for property testsError.
Parameters:
  testsError - New value of property testsError.



setTestsExpectedFail
public void setTestsExpectedFail(long testsExpectedFail)(Code)
Setter for property testsExpectedFail.
Parameters:
  testsExpectedFail - New value of property testsExpectedFail.



setTestsFail
public void setTestsFail(long testsFail)(Code)
Setter for property testsFail.
Parameters:
  testsFail - New value of property testsFail.



setTestsPass
public void setTestsPass(long testsPass)(Code)
Setter for property testsPass.
Parameters:
  testsPass - New value of property testsPass.



setTestsTotal
public void setTestsTotal(long testsTotal)(Code)
Setter for property testsTotal.
Parameters:
  testsTotal - New value of property testsTotal.



setTestsUnexpectedPass
public void setTestsUnexpectedPass(long testsUnexpectedPass)(Code)
Setter for property testsUnexpectedPass.
Parameters:
  testsPass - New value of property testsUnexpectedPass.



setTime
public void setTime(long time)(Code)
Setter for property time.
Parameters:
  time - New value of property time.



setTimeStamp
public void setTimeStamp(java.sql.Timestamp timeStamp)(Code)
Setter for property timeStamp.
Parameters:
  timeStamp - New value of property timeStamp.



setUnexpectedFailure
public void setUnexpectedFailure(String unexpectedFailure)(Code)
Setter for property unexpectedFailure.
Parameters:
  unexpectedFailure - New value of property unexpectedFailure.



setXTestResultsReport_id
public void setXTestResultsReport_id(long xtestResultsReport_id)(Code)
Setter for property xtestResultsReport_id.
Parameters:
  testRun_id - New value of property testRun_id.



Fields inherited from org.netbeans.xtest.pe.xmlbeans.XMLBean
final public static int ALL_ELEMENTS(Code)(Java Doc)
final public static String XMLBEAN_ATT_PREFIX(Code)(Java Doc)
final public static String XMLBEAN_ELEM_PREFIX(Code)(Java Doc)
final public static String XMLBEAN_FILE_SUFFIX(Code)(Java Doc)
final public static String[] XMLBEAN_PACKAGES(Code)(Java Doc)
public String xml_cdata(Code)(Java Doc)
public String xml_pcdata(Code)(Java Doc)

Methods inherited from org.netbeans.xtest.pe.xmlbeans.XMLBean
public static Object[] addToArray(Object[] array, Object[] objs) throws IllegalArgumentException(Code)(Java Doc)
public static Object[] addToArray(Object[] array, Object obj) throws IllegalArgumentException(Code)(Java Doc)
public static String cutPackage(String className)(Code)(Java Doc)
public static String cutPrefix(String aString, String prefix)(Code)(Java Doc)
public boolean equalByAttributes(Object obj)(Code)(Java Doc)
public static boolean equalObjectsByFields(Object obj1, Object obj2, String[] fieldNames) throws NoSuchFieldException(Code)(Java Doc)
protected void fillAttributes(NamedNodeMap atts) throws NoSuchFieldException(Code)(Java Doc)
protected void fillElements(NodeList elements, int depth) throws NoSuchFieldException, ClassNotFoundException(Code)(Java Doc)
public static XMLBean findXMLBean(XMLBean[] existingBeans, XMLBean newBean)(Code)(Java Doc)
protected static DocumentBuilder getDocumentBuilder()(Code)(Java Doc)
public long getId()(Code)(Java Doc)
public static XMLBean getXMLBean(Document doc) throws ClassNotFoundException(Code)(Java Doc)
public static XMLBean getXMLBean(Document doc, int depth) throws ClassNotFoundException(Code)(Java Doc)
public static XMLBean getXMLBean(Element element) throws ClassNotFoundException(Code)(Java Doc)
public static XMLBean getXMLBean(Element element, int depth) throws ClassNotFoundException(Code)(Java Doc)
public boolean isObjectValid(Object obj)(Code)(Java Doc)
public static XMLBean loadXMLBean(File xmlBeanFile) throws IOException, ClassNotFoundException(Code)(Java Doc)
public static XMLBean loadXMLBean(File xmlBeanFile, int depth) throws IOException, ClassNotFoundException(Code)(Java Doc)
public void saveXMLBean(File xmlBeanFile) throws IOException(Code)(Java Doc)
public void saveXMLBean(File xmlBeanFile, int depth) throws IOException(Code)(Java Doc)
protected static void serializeToFile(Document doc, File outFile) throws IOException(Code)(Java Doc)
protected static void serializeToStream(Document doc, OutputStream out) throws IOException(Code)(Java Doc)
public static void setField(Field field, Object obj, String value) throws IllegalArgumentException, IllegalAccessException(Code)(Java Doc)
public void setId(long id)(Code)(Java Doc)
public static Object[] shrinkArray(Object[] array)(Code)(Java Doc)
public Document toDocument() throws DOMException(Code)(Java Doc)
public Document toDocument(int depth) throws DOMException(Code)(Java Doc)
public Element toElement(Document doc) throws DOMException(Code)(Java Doc)
public Element toElement(Document doc, int depth) throws DOMException(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.