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


com.metaboss.sdlctools.domains.enterprisemodel.BOEntity

All known Subclasses:   com.metaboss.sdlctools.domains.enterprisemodel.impl.BOEntityImpl,
BOEntity
public interface BOEntity extends BOObject(Code)




Method Summary
public  BOEntityAssociationRoleListgetAssociationRoles()
    
public  BOEntityAttributeListgetAttributes()
    
public  BODatatypegetCollectionContainsFlagDatatype()
    
public  BODatatypegetCollectionEmptyFlagDatatype()
    
public  BODatatypegetCollectionOffsetDatatype()
    
public  BODatatypegetCollectionSizeDatatype()
    
public  BOEntityConstraintListgetConstraints()
    
public  StringgetDescription()
    
public  BODomaingetDomain()
     Retrieves the domain which owns this entity.
public  BODatatypegetInstanceIdDatatype()
    
public  StringgetName()
     Retrieves entity name.
public  BODatatypegetOrderingInstructionDatatype()
    
public  StringgetPluralName()
     Retrieves plural entity name.
public  BOEntityPrimaryKeyElementListgetPrimaryKeyElements()
     Retrieves list of elements comprising primary key.
public  StringgetRef()
    
public  BOEntitySelectorListgetSelectors()
    
public  BODatatypegetStateDatatype()
     Retrieves datatype used for entity state.
public  BOEntityStateListgetStates()
    
public  com.metaboss.sdlctools.types.enterprisemodel.EntityStereotypegetStereotype()
    
public  BODatatypegetSubsetSizeDatatype()
    
public  BOEntitySubtypeListgetSubtypes()
     Returns the list of entities, for which this entity is direct supertype.
public  BOEntitygetSupertype()
    
public  BODatatypegetVersionIdDatatype()
     Retrieves datatype used for version id.
public  booleanisAbstract()
     Returns the value of abstract flag.
public  booleanisFinal()
     Returns the value of final flag.
public  voidsetDescription(String pDescription)
    
public  voidsetIsAbstract(boolean pIsAbstract)
     Changes the value of abstract flag.
public  voidsetIsFinal(boolean pIsFinal)
     Changes the value of final flag.
public  voidsetPluralName(String pPluralName)
     Changes plural entity name.
public  voidsetStereotype(com.metaboss.sdlctools.types.enterprisemodel.EntityStereotype pStereotype)
    
public  voidsetSupertype(BOEntity pSupertype)
    



Method Detail
getAssociationRoles
public BOEntityAssociationRoleList getAssociationRoles() throws BOException(Code)
Retrieves list of relationships within an entity



getAttributes
public BOEntityAttributeList getAttributes() throws BOException(Code)
Retrieves list of attributes within an entity



getCollectionContainsFlagDatatype
public BODatatype getCollectionContainsFlagDatatype() throws BOException(Code)
Retrieves datatype used for carry result of contains() operation on collection of entities



getCollectionEmptyFlagDatatype
public BODatatype getCollectionEmptyFlagDatatype() throws BOException(Code)
Retrieves datatype used for carry result of isEmpty() operation on collection of entities



getCollectionOffsetDatatype
public BODatatype getCollectionOffsetDatatype() throws BOException(Code)
Retrieves datatype used for carry offset into the entity collection



getCollectionSizeDatatype
public BODatatype getCollectionSizeDatatype() throws BOException(Code)
Retrieves datatype used to carry entity collection size



getConstraints
public BOEntityConstraintList getConstraints() throws BOException(Code)
Retrieves list of constraints within an entity



getDescription
public String getDescription() throws BOException(Code)
Retrieves description



getDomain
public BODomain getDomain() throws BOException(Code)
Retrieves the domain which owns this entity.



getInstanceIdDatatype
public BODatatype getInstanceIdDatatype() throws BOException(Code)
Retrieves datatype used for instance id



getName
public String getName() throws BOException(Code)
Retrieves entity name. Usually last part of the reference. name is only unique within type, within domain



getOrderingInstructionDatatype
public BODatatype getOrderingInstructionDatatype() throws BOException(Code)
Retrieves datatype used for ordering instruction the datatype or null if entity does not have anything to use in ordering



getPluralName
public String getPluralName() throws BOException(Code)
Retrieves plural entity name. It is used anywhere there is a need to refer to collection of entities of this type



getPrimaryKeyElements
public BOEntityPrimaryKeyElementList getPrimaryKeyElements() throws BOException(Code)
Retrieves list of elements comprising primary key.



getRef
public String getRef() throws BOException(Code)
Retrieves unique reference



getSelectors
public BOEntitySelectorList getSelectors() throws BOException(Code)
Retrieves list of selectors within an entity



getStateDatatype
public BODatatype getStateDatatype() throws BOException(Code)
Retrieves datatype used for entity state. the datatype or null if entity's state machine is undefined ( Entity.getStates().size() == 0)



getStates
public BOEntityStateList getStates() throws BOException(Code)
Retrieves list of states defined for the entity



getStereotype
public com.metaboss.sdlctools.types.enterprisemodel.EntityStereotype getStereotype() throws BOException(Code)
Retrieves entity stereotype



getSubsetSizeDatatype
public BODatatype getSubsetSizeDatatype() throws BOException(Code)
Retrieves datatype used for carry entity subset size



getSubtypes
public BOEntitySubtypeList getSubtypes() throws BOException(Code)
Returns the list of entities, for which this entity is direct supertype. This list may be empty if this entity does not have any subtypes



getSupertype
public BOEntity getSupertype() throws BOException(Code)
Returns the entity, which is a supertype to this entity or null if this entity does not have a supertype (does not extend anything)



getVersionIdDatatype
public BODatatype getVersionIdDatatype() throws BOException(Code)
Retrieves datatype used for version id. the datatype or null if entity's stereotype makes it not updateable



isAbstract
public boolean isAbstract() throws BOException(Code)
Returns the value of abstract flag. Abstract means that the entity instance can never be created. It can only be used for specialisation



isFinal
public boolean isFinal() throws BOException(Code)
Returns the value of final flag. Final means that the entity can never be extendded. It itself, however, can be a subtype of some other entity



setDescription
public void setDescription(String pDescription) throws BOException(Code)
Changes description



setIsAbstract
public void setIsAbstract(boolean pIsAbstract) throws BOException(Code)
Changes the value of abstract flag.



setIsFinal
public void setIsFinal(boolean pIsFinal) throws BOException(Code)
Changes the value of final flag.



setPluralName
public void setPluralName(String pPluralName) throws BOException(Code)
Changes plural entity name. It is used anywhere there is a need to refer to collection of entities of this type



setStereotype
public void setStereotype(com.metaboss.sdlctools.types.enterprisemodel.EntityStereotype pStereotype) throws BOException(Code)
Changes entity stereotype



setSupertype
public void setSupertype(BOEntity pSupertype) throws BOException(Code)
Changes the value of supertype
Parameters:
  pSupertype - - entity to use as a supertype to this entity or null ifcaller wants to clear supertype



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