Java Doc for RelationalEntityTable.java in  » UML » MetaBoss » com » metaboss » sdlctools » models » metabossmodel » enterprisemodel » systemimplementationmodel » domainimplementationmodel » 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 » UML » MetaBoss » com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTable

All known Subclasses:   com.metaboss.sdlctools.models.impl.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTableImpl,
RelationalEntityTable
public interface RelationalEntityTable extends com.metaboss.sdlctools.models.metabossmodel.ModelElement(Code)
RelationalEntityTable object instance interface.




Method Summary
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTableAttributeColumnfindAttributeColumn(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Attribute pAttribute)
    
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTableReferenceColumnfindReferenceColumn(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRole pAssociationRole)
    
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTableAttributeColumngetAttributeColumn(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Attribute pAttribute)
    
public  java.util.CollectiongetAttributeColumns()
     Returns the value of reference attributeColumns.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.DomainRelationalStorageDefinitiongetDomainStorage()
     Returns the value of reference domainStorage.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.EntitygetEntity()
     Returns the value of reference entity.
public  java.lang.StringgetInstanceIdColumnNameOverride()
     Returns the value of attribute instanceIdColumnNameOverride.
public  java.lang.StringgetInstanceIdColumnNameSuggestion()
     Returns the value of attribute instanceIdColumnNameSuggestion.
public  java.lang.StringgetNameOverride()
     Returns the value of attribute nameOverride.
public  java.lang.StringgetNameSuggestion()
     Returns the value of attribute nameSuggestion.
public  java.lang.StringgetNaturalPrimaryKeyConstraintNameOverride()
     Returns the value of attribute naturalPrimaryKeyConstraintNameOverride.
public  java.lang.StringgetNaturalPrimaryKeyConstraintNameSuggestion()
     Returns the value of attribute naturalPrimaryKeyConstraintNameSuggestion.
public  java.lang.StringgetPrimaryKeyConstraintNameOverride()
     Returns the value of attribute primaryKeyConstraintNameOverride.
public  java.lang.StringgetPrimaryKeyConstraintNameSuggestion()
     Returns the value of attribute primaryKeyConstraintNameSuggestion.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTableReferenceColumngetReferenceColumn(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRole pAsociationRole)
    
public  java.util.CollectiongetReferenceColumns()
     Returns the value of reference referenceColumns.
public  java.lang.StringgetStateColumnNameOverride()
     Returns the value of attribute stateColumnNameOverride.
public  java.lang.StringgetStateColumnNameSuggestion()
     Returns the value of attribute stateColumnNameSuggestion.
public  java.lang.StringgetStateReferentialConstraintNameOverride()
     Returns the value of attribute stateReferentialConstraintNameOverride.
public  java.lang.StringgetStateReferentialConstraintNameSuggestion()
     Returns the value of attribute stateReferentialConstraintNameSuggestion.
public  java.lang.StringgetSupertypeConstraintNameOverride()
     Returns the value of attribute supertypeConstraintNameOverride.
public  java.lang.StringgetSupertypeConstraintNameSuggestion()
     Returns the value of attribute supertypeConstraintNameSuggestion.
public  java.lang.StringgetTableAlias()
     Returns the value of attribute tableAlias.
public  java.lang.StringgetVersionIdColumnNameOverride()
     Returns the value of attribute versionIdColumnNameOverride.
public  java.lang.StringgetVersionIdColumnNameSuggestion()
     Returns the value of attribute versionIdColumnNameSuggestion.
public  booleanisHasNaturalPrimaryKey()
     Returns the value of attribute hasNaturalPrimaryKey.
public  booleanisHasStateColumn()
     Returns the value of attribute hasStateColumn.
public  booleanisHasSupertype()
     Returns the value of attribute hasSupertype.
public  booleanisHasVersionIdColumn()
     Returns the value of attribute hasVersionIdColumn.
public  voidsetDomainStorage(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.DomainRelationalStorageDefinition newValue)
     Sets the value of reference domainStorage.
public  voidsetEntity(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Entity newValue)
     Sets the value of reference entity.
public  voidsetHasNaturalPrimaryKey(boolean newValue)
     Sets the value of hasNaturalPrimaryKey attribute.
public  voidsetHasStateColumn(boolean newValue)
     Sets the value of hasStateColumn attribute.
public  voidsetHasSupertype(boolean newValue)
     Sets the value of hasSupertype attribute.
public  voidsetHasVersionIdColumn(boolean newValue)
     Sets the value of hasVersionIdColumn attribute.
public  voidsetInstanceIdColumnNameOverride(java.lang.String newValue)
     Sets the value of instanceIdColumnNameOverride attribute.
public  voidsetInstanceIdColumnNameSuggestion(java.lang.String newValue)
     Sets the value of instanceIdColumnNameSuggestion attribute.
public  voidsetNameOverride(java.lang.String newValue)
     Sets the value of nameOverride attribute.
public  voidsetNameSuggestion(java.lang.String newValue)
     Sets the value of nameSuggestion attribute.
public  voidsetNaturalPrimaryKeyConstraintNameOverride(java.lang.String newValue)
     Sets the value of naturalPrimaryKeyConstraintNameOverride attribute.
public  voidsetNaturalPrimaryKeyConstraintNameSuggestion(java.lang.String newValue)
     Sets the value of naturalPrimaryKeyConstraintNameSuggestion attribute.
public  voidsetPrimaryKeyConstraintNameOverride(java.lang.String newValue)
     Sets the value of primaryKeyConstraintNameOverride attribute.
public  voidsetPrimaryKeyConstraintNameSuggestion(java.lang.String newValue)
     Sets the value of primaryKeyConstraintNameSuggestion attribute.
public  voidsetStateColumnNameOverride(java.lang.String newValue)
     Sets the value of stateColumnNameOverride attribute.
public  voidsetStateColumnNameSuggestion(java.lang.String newValue)
     Sets the value of stateColumnNameSuggestion attribute.
public  voidsetStateReferentialConstraintNameOverride(java.lang.String newValue)
     Sets the value of stateReferentialConstraintNameOverride attribute.
public  voidsetStateReferentialConstraintNameSuggestion(java.lang.String newValue)
     Sets the value of stateReferentialConstraintNameSuggestion attribute.
public  voidsetSupertypeConstraintNameOverride(java.lang.String newValue)
     Sets the value of supertypeConstraintNameOverride attribute.
public  voidsetSupertypeConstraintNameSuggestion(java.lang.String newValue)
     Sets the value of supertypeConstraintNameSuggestion attribute.
public  voidsetTableAlias(java.lang.String newValue)
     Sets the value of tableAlias attribute.
public  voidsetVersionIdColumnNameOverride(java.lang.String newValue)
     Sets the value of versionIdColumnNameOverride attribute.
public  voidsetVersionIdColumnNameSuggestion(java.lang.String newValue)
     Sets the value of versionIdColumnNameSuggestion attribute.



Method Detail
findAttributeColumn
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTableAttributeColumn findAttributeColumn(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Attribute pAttribute)(Code)

Parameters:
  pAttribute -



findReferenceColumn
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTableReferenceColumn findReferenceColumn(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRole pAssociationRole)(Code)

Parameters:
  pAssociationRole -



getAttributeColumn
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTableAttributeColumn getAttributeColumn(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Attribute pAttribute)(Code)

Parameters:
  pAttribute -



getAttributeColumns
public java.util.Collection getAttributeColumns()(Code)
Returns the value of reference attributeColumns. Value of reference attributeColumns.



getDomainStorage
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.DomainRelationalStorageDefinition getDomainStorage()(Code)
Returns the value of reference domainStorage. Value of reference domainStorage.



getEntity
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Entity getEntity()(Code)
Returns the value of reference entity. Value of reference entity.



getInstanceIdColumnNameOverride
public java.lang.String getInstanceIdColumnNameOverride()(Code)
Returns the value of attribute instanceIdColumnNameOverride. Value of attribute instanceIdColumnNameOverride.



getInstanceIdColumnNameSuggestion
public java.lang.String getInstanceIdColumnNameSuggestion()(Code)
Returns the value of attribute instanceIdColumnNameSuggestion. Value of attribute instanceIdColumnNameSuggestion.



getNameOverride
public java.lang.String getNameOverride()(Code)
Returns the value of attribute nameOverride. Value of attribute nameOverride.



getNameSuggestion
public java.lang.String getNameSuggestion()(Code)
Returns the value of attribute nameSuggestion. Value of attribute nameSuggestion.



getNaturalPrimaryKeyConstraintNameOverride
public java.lang.String getNaturalPrimaryKeyConstraintNameOverride()(Code)
Returns the value of attribute naturalPrimaryKeyConstraintNameOverride. Value of attribute naturalPrimaryKeyConstraintNameOverride.



getNaturalPrimaryKeyConstraintNameSuggestion
public java.lang.String getNaturalPrimaryKeyConstraintNameSuggestion()(Code)
Returns the value of attribute naturalPrimaryKeyConstraintNameSuggestion. Value of attribute naturalPrimaryKeyConstraintNameSuggestion.



getPrimaryKeyConstraintNameOverride
public java.lang.String getPrimaryKeyConstraintNameOverride()(Code)
Returns the value of attribute primaryKeyConstraintNameOverride. Value of attribute primaryKeyConstraintNameOverride.



getPrimaryKeyConstraintNameSuggestion
public java.lang.String getPrimaryKeyConstraintNameSuggestion()(Code)
Returns the value of attribute primaryKeyConstraintNameSuggestion. Value of attribute primaryKeyConstraintNameSuggestion.



getReferenceColumn
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.RelationalEntityTableReferenceColumn getReferenceColumn(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRole pAsociationRole)(Code)

Parameters:
  pAsociationRole -



getReferenceColumns
public java.util.Collection getReferenceColumns()(Code)
Returns the value of reference referenceColumns. Value of reference referenceColumns.



getStateColumnNameOverride
public java.lang.String getStateColumnNameOverride()(Code)
Returns the value of attribute stateColumnNameOverride. Value of attribute stateColumnNameOverride.



getStateColumnNameSuggestion
public java.lang.String getStateColumnNameSuggestion()(Code)
Returns the value of attribute stateColumnNameSuggestion. Value of attribute stateColumnNameSuggestion.



getStateReferentialConstraintNameOverride
public java.lang.String getStateReferentialConstraintNameOverride()(Code)
Returns the value of attribute stateReferentialConstraintNameOverride. Value of attribute stateReferentialConstraintNameOverride.



getStateReferentialConstraintNameSuggestion
public java.lang.String getStateReferentialConstraintNameSuggestion()(Code)
Returns the value of attribute stateReferentialConstraintNameSuggestion. Value of attribute stateReferentialConstraintNameSuggestion.



getSupertypeConstraintNameOverride
public java.lang.String getSupertypeConstraintNameOverride()(Code)
Returns the value of attribute supertypeConstraintNameOverride. Value of attribute supertypeConstraintNameOverride.



getSupertypeConstraintNameSuggestion
public java.lang.String getSupertypeConstraintNameSuggestion()(Code)
Returns the value of attribute supertypeConstraintNameSuggestion. Value of attribute supertypeConstraintNameSuggestion.



getTableAlias
public java.lang.String getTableAlias()(Code)
Returns the value of attribute tableAlias. Value of attribute tableAlias.



getVersionIdColumnNameOverride
public java.lang.String getVersionIdColumnNameOverride()(Code)
Returns the value of attribute versionIdColumnNameOverride. Value of attribute versionIdColumnNameOverride.



getVersionIdColumnNameSuggestion
public java.lang.String getVersionIdColumnNameSuggestion()(Code)
Returns the value of attribute versionIdColumnNameSuggestion. Value of attribute versionIdColumnNameSuggestion.



isHasNaturalPrimaryKey
public boolean isHasNaturalPrimaryKey()(Code)
Returns the value of attribute hasNaturalPrimaryKey. Value of attribute hasNaturalPrimaryKey.



isHasStateColumn
public boolean isHasStateColumn()(Code)
Returns the value of attribute hasStateColumn. Value of attribute hasStateColumn.



isHasSupertype
public boolean isHasSupertype()(Code)
Returns the value of attribute hasSupertype. Value of attribute hasSupertype.



isHasVersionIdColumn
public boolean isHasVersionIdColumn()(Code)
Returns the value of attribute hasVersionIdColumn. Value of attribute hasVersionIdColumn.



setDomainStorage
public void setDomainStorage(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.domainimplementationmodel.DomainRelationalStorageDefinition newValue)(Code)
Sets the value of reference domainStorage. See RelationalEntityTable.getDomainStorage for description on the reference.
Parameters:
  newValue - New value to be set.



setEntity
public void setEntity(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Entity newValue)(Code)
Sets the value of reference entity. See RelationalEntityTable.getEntity for description on the reference.
Parameters:
  newValue - New value to be set.



setHasNaturalPrimaryKey
public void setHasNaturalPrimaryKey(boolean newValue)(Code)
Sets the value of hasNaturalPrimaryKey attribute. See RelationalEntityTable.isHasNaturalPrimaryKey for description on the attribute.
Parameters:
  newValue - New value to be set.



setHasStateColumn
public void setHasStateColumn(boolean newValue)(Code)
Sets the value of hasStateColumn attribute. See RelationalEntityTable.isHasStateColumn for description on the attribute.
Parameters:
  newValue - New value to be set.



setHasSupertype
public void setHasSupertype(boolean newValue)(Code)
Sets the value of hasSupertype attribute. See RelationalEntityTable.isHasSupertype for description on the attribute.
Parameters:
  newValue - New value to be set.



setHasVersionIdColumn
public void setHasVersionIdColumn(boolean newValue)(Code)
Sets the value of hasVersionIdColumn attribute. See RelationalEntityTable.isHasVersionIdColumn for description on the attribute.
Parameters:
  newValue - New value to be set.



setInstanceIdColumnNameOverride
public void setInstanceIdColumnNameOverride(java.lang.String newValue)(Code)
Sets the value of instanceIdColumnNameOverride attribute. See RelationalEntityTable.getInstanceIdColumnNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setInstanceIdColumnNameSuggestion
public void setInstanceIdColumnNameSuggestion(java.lang.String newValue)(Code)
Sets the value of instanceIdColumnNameSuggestion attribute. See RelationalEntityTable.getInstanceIdColumnNameSuggestion for description on the attribute.
Parameters:
  newValue - New value to be set.



setNameOverride
public void setNameOverride(java.lang.String newValue)(Code)
Sets the value of nameOverride attribute. See RelationalEntityTable.getNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setNameSuggestion
public void setNameSuggestion(java.lang.String newValue)(Code)
Sets the value of nameSuggestion attribute. See RelationalEntityTable.getNameSuggestion for description on the attribute.
Parameters:
  newValue - New value to be set.



setNaturalPrimaryKeyConstraintNameOverride
public void setNaturalPrimaryKeyConstraintNameOverride(java.lang.String newValue)(Code)
Sets the value of naturalPrimaryKeyConstraintNameOverride attribute. See RelationalEntityTable.getNaturalPrimaryKeyConstraintNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setNaturalPrimaryKeyConstraintNameSuggestion
public void setNaturalPrimaryKeyConstraintNameSuggestion(java.lang.String newValue)(Code)
Sets the value of naturalPrimaryKeyConstraintNameSuggestion attribute. See RelationalEntityTable.getNaturalPrimaryKeyConstraintNameSuggestion for description on the attribute.
Parameters:
  newValue - New value to be set.



setPrimaryKeyConstraintNameOverride
public void setPrimaryKeyConstraintNameOverride(java.lang.String newValue)(Code)
Sets the value of primaryKeyConstraintNameOverride attribute. See RelationalEntityTable.getPrimaryKeyConstraintNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setPrimaryKeyConstraintNameSuggestion
public void setPrimaryKeyConstraintNameSuggestion(java.lang.String newValue)(Code)
Sets the value of primaryKeyConstraintNameSuggestion attribute. See RelationalEntityTable.getPrimaryKeyConstraintNameSuggestion for description on the attribute.
Parameters:
  newValue - New value to be set.



setStateColumnNameOverride
public void setStateColumnNameOverride(java.lang.String newValue)(Code)
Sets the value of stateColumnNameOverride attribute. See RelationalEntityTable.getStateColumnNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setStateColumnNameSuggestion
public void setStateColumnNameSuggestion(java.lang.String newValue)(Code)
Sets the value of stateColumnNameSuggestion attribute. See RelationalEntityTable.getStateColumnNameSuggestion for description on the attribute.
Parameters:
  newValue - New value to be set.



setStateReferentialConstraintNameOverride
public void setStateReferentialConstraintNameOverride(java.lang.String newValue)(Code)
Sets the value of stateReferentialConstraintNameOverride attribute. See RelationalEntityTable.getStateReferentialConstraintNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setStateReferentialConstraintNameSuggestion
public void setStateReferentialConstraintNameSuggestion(java.lang.String newValue)(Code)
Sets the value of stateReferentialConstraintNameSuggestion attribute. See RelationalEntityTable.getStateReferentialConstraintNameSuggestion for description on the attribute.
Parameters:
  newValue - New value to be set.



setSupertypeConstraintNameOverride
public void setSupertypeConstraintNameOverride(java.lang.String newValue)(Code)
Sets the value of supertypeConstraintNameOverride attribute. See RelationalEntityTable.getSupertypeConstraintNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setSupertypeConstraintNameSuggestion
public void setSupertypeConstraintNameSuggestion(java.lang.String newValue)(Code)
Sets the value of supertypeConstraintNameSuggestion attribute. See RelationalEntityTable.getSupertypeConstraintNameSuggestion for description on the attribute.
Parameters:
  newValue - New value to be set.



setTableAlias
public void setTableAlias(java.lang.String newValue)(Code)
Sets the value of tableAlias attribute. See RelationalEntityTable.getTableAlias for description on the attribute.
Parameters:
  newValue - New value to be set.



setVersionIdColumnNameOverride
public void setVersionIdColumnNameOverride(java.lang.String newValue)(Code)
Sets the value of versionIdColumnNameOverride attribute. See RelationalEntityTable.getVersionIdColumnNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setVersionIdColumnNameSuggestion
public void setVersionIdColumnNameSuggestion(java.lang.String newValue)(Code)
Sets the value of versionIdColumnNameSuggestion attribute. See RelationalEntityTable.getVersionIdColumnNameSuggestion for description on the attribute.
Parameters:
  newValue - New value to be set.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.