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


com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Entity

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




Method Summary
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AttributefindAttribute(java.lang.String pAttributeName)
     Looks for the Attribute with the given name only in this Entity.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AttributefindCombinedAttribute(java.lang.String pAttributeName)
     Looks for the Attribute with the given name in this Entity and supertype Entities.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRolefindCombinedReference(java.lang.String pReferenceName)
     Looks for the Reference with the given name in this Entity and supertype Entities.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.SelectorfindCombinedSelector(java.lang.String pSelectorName)
     Looks for the Selector with the given name in this Entity and supertype Entities.
public  com.metaboss.sdlctools.models.metabossmodel.ModelElementConstraintfindConstraint(java.lang.String pConstraintName)
     Looks for the Constraint with the given name only in this Entity.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRolefindReference(java.lang.String pReferenceName)
     Looks for the Reference with the given name only in this Entity.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.SelectorfindSelector(java.lang.String pSelectorName)
     Looks for the selector with the given name.
public  java.util.CollectiongetAgregatedManyToManyReferences()
     Returns all references, which are parts of many-to-many association and where this entity is the aggregator.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AttributegetAttribute(java.lang.String pAttributeName)
     Looks for the Attribute with the given name only in this Entity.
public  java.util.CollectiongetAttributes()
     Returns the value of reference attributes.
public  java.util.CollectiongetAttributesUsedForOrdering()
     Retrieves read only collection of attributes which this entity can be orderd by.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypegetCollectionContainsFlagDataType()
     Returns the value of reference collectionContainsFlagDataType.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypegetCollectionEmptyFlagDataType()
     Returns the value of reference collectionEmptyFlagDataType.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypegetCollectionOffsetDataType()
     Returns the value of reference collectionOffsetDataType.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypegetCollectionSizeDataType()
     Returns the value of reference collectionSizeDataType.
public  java.util.CollectiongetCombinedAgregatedManyToManyReferences()
     Returns all references, which are parts of many-to-many association and where this entity is the aggregator.
public  java.util.CollectiongetCombinedAttributes()
    
public  java.util.CollectiongetCombinedAttributesUsedForOrdering()
     Retrieves read only collection of attributes which this entity can be orderd by.
public  java.util.CollectiongetCombinedConstraints()
    
public  java.util.CollectiongetCombinedReferences()
     Returns all referenced roles in this entity and all subentities.
public  java.util.CollectiongetCombinedRoles()
     Returns all roles played by this entity and all subentities.
public  java.util.CollectiongetCombinedSubtypes()
    
public  java.util.CollectiongetCombinedTypes()
     Returns list of DataTypes, Structures and Messages used in the Entity.
public  com.metaboss.sdlctools.models.metabossmodel.ModelElementConstraintgetConstraint(java.lang.String pConstraintName)
     Looks for the Constraint with the given name only in this Entity.
public  java.util.ListgetConstraints()
     Returns the value of reference constraints.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.DomaingetDomain()
     Returns the value of reference domain.
public  java.util.CollectiongetEntityStateDiagrams()
     Returns the value of reference entityStateDiagrams.
public  java.lang.StringgetInstanceIdAttributeNameOverride()
     Returns the value of attribute instanceIdAttributeNameOverride. The customised name of the InstanceId attribute for this entity.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypegetInstanceIdDataType()
     Returns the value of reference instanceIdDataType.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypegetOrderingInstructionDataType()
     Returns the value of reference orderingInstructionDataType.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRolegetOwnerReference()
    
public  java.lang.StringgetPluralName()
     Returns the value of attribute pluralName.
public  java.util.CollectiongetPrimaryKeyElements()
     Returns the value of reference primaryKeyElements.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRolegetReference(java.lang.String pReferenceName)
     Looks for the Reference with the given name only in this Entity.
public  java.util.CollectiongetReferences()
    
public  java.util.CollectiongetRelationalTableDefinitions()
     Returns the value of reference relationalTableDefinitions.
public  java.util.CollectiongetReportOutputsUsingEntity()
     Returns the value of reference reportOutputsUsingEntity.
public  java.util.CollectiongetRoles()
     Returns the value of reference roles.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.SelectorgetSelector(java.lang.String pSelectorName)
     Looks for the Selector with the given name only in this Entity.
public  java.util.CollectiongetSelectors()
     Returns the value of reference selectors.
public  java.lang.StringgetStateAttributeNameOverride()
     Returns the value of attribute stateAttributeNameOverride. The customised name of the State attribute for this entity.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypegetStateDataType()
     Returns the value of reference stateDataType.
public  com.metaboss.sdlctools.models.metabossmodel.statemachinemodel.StateMachinegetStateMachine()
     Returns the value of reference stateMachine.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.EntityStereotypegetStereotype()
     Returns the value of attribute stereotype.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypegetSubsetSizeDataType()
     Returns the value of reference subsetSizeDataType.
public  java.util.CollectiongetSubtypes()
     Returns the value of reference subtypes.
public  com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.EntitygetSupertype()
     Returns the value of reference supertype.
public  java.lang.StringgetVersionIdAttributeNameOverride()
     Returns the value of attribute versionIdAttributeNameOverride. The customised name of the VersionId attribute for this entity.
public  com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataTypegetVersionIdDataType()
     Returns the value of reference versionIdDataType.
public  booleanisAbstract()
     Returns the value of attribute isAbstract.
public  booleanisFinal()
     Returns the value of attribute isFinal.
public  booleanisModifiable()
    
public  voidsetAbstract(boolean newValue)
     Sets the value of isAbstract attribute.
public  voidsetCollectionContainsFlagDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)
     Sets the value of reference collectionContainsFlagDataType.
public  voidsetCollectionEmptyFlagDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)
     Sets the value of reference collectionEmptyFlagDataType.
public  voidsetCollectionOffsetDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)
     Sets the value of reference collectionOffsetDataType.
public  voidsetCollectionSizeDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)
     Sets the value of reference collectionSizeDataType.
public  voidsetDomain(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Domain newValue)
     Sets the value of reference domain.
public  voidsetFinal(boolean newValue)
     Sets the value of isFinal attribute.
public  voidsetInstanceIdAttributeNameOverride(java.lang.String newValue)
     Sets the value of instanceIdAttributeNameOverride attribute.
public  voidsetInstanceIdDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)
     Sets the value of reference instanceIdDataType.
public  voidsetOrderingInstructionDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)
     Sets the value of reference orderingInstructionDataType.
public  voidsetPluralName(java.lang.String newValue)
     Sets the value of pluralName attribute.
public  voidsetStateAttributeNameOverride(java.lang.String newValue)
     Sets the value of stateAttributeNameOverride attribute.
public  voidsetStateDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)
     Sets the value of reference stateDataType.
public  voidsetStateMachine(com.metaboss.sdlctools.models.metabossmodel.statemachinemodel.StateMachine newValue)
     Sets the value of reference stateMachine.
public  voidsetStereotype(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.EntityStereotype newValue)
     Sets the value of stereotype attribute.
public  voidsetSubsetSizeDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)
     Sets the value of reference subsetSizeDataType.
public  voidsetSupertype(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Entity newValue)
     Sets the value of reference supertype.
public  voidsetVersionIdAttributeNameOverride(java.lang.String newValue)
     Sets the value of versionIdAttributeNameOverride attribute.
public  voidsetVersionIdDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)
     Sets the value of reference versionIdDataType.



Method Detail
findAttribute
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Attribute findAttribute(java.lang.String pAttributeName)(Code)
Looks for the Attribute with the given name only in this Entity. Returns the Attribute or null if none found.
Parameters:
  pAttributeName - Looks for the Attribute with the given name only in this Entity. Returns the Attribute or null if none found.



findCombinedAttribute
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Attribute findCombinedAttribute(java.lang.String pAttributeName)(Code)
Looks for the Attribute with the given name in this Entity and supertype Entities. Returns the Attribute or null if none found.
Parameters:
  pAttributeName - Looks for the Attribute with the given name in this Entity and supertype Entities. Returns the Attribute or null if none found.



findCombinedReference
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRole findCombinedReference(java.lang.String pReferenceName)(Code)
Looks for the Reference with the given name in this Entity and supertype Entities. Returns the Reference or null if none found.
Parameters:
  pReferenceName - Looks for the Reference with the given name in this Entity and supertype Entities. Returns the Reference or null if none found.



findCombinedSelector
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Selector findCombinedSelector(java.lang.String pSelectorName)(Code)
Looks for the Selector with the given name in this Entity and supertype Entities. Returns the Selector or null if none found.
Parameters:
  pSelectorName - Looks for the Selector with the given name in this Entity and supertype Entities. Returns the Selector or null if none found.



findConstraint
public com.metaboss.sdlctools.models.metabossmodel.ModelElementConstraint findConstraint(java.lang.String pConstraintName)(Code)
Looks for the Constraint with the given name only in this Entity. Returns the Constraint or null if none found.
Parameters:
  pConstraintName - Looks for the Constraint with the given name only in this Entity. Returns the Constraint or null if none found.



findReference
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRole findReference(java.lang.String pReferenceName)(Code)
Looks for the Reference with the given name only in this Entity. Returns the Reference or null if none found.
Parameters:
  pReferenceName - Looks for the Reference with the given name only in this Entity. Returns the Reference or null if none found.



findSelector
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Selector findSelector(java.lang.String pSelectorName)(Code)
Looks for the selector with the given name. Returns the selector or null if none found.
Parameters:
  pSelectorName - Looks for the selector with the given name. Returns the selector or null if none found.



getAgregatedManyToManyReferences
public java.util.Collection getAgregatedManyToManyReferences()(Code)
Returns all references, which are parts of many-to-many association and where this entity is the aggregator. Only concerned with this entity and not any super entities. Returns all references, which are parts of many-to-many association and where this entity is the aggregator. Only concerned with this entity and not any super entities.



getAttribute
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Attribute getAttribute(java.lang.String pAttributeName)(Code)
Looks for the Attribute with the given name only in this Entity. Returns the Attribute or throws exception if none found.
Parameters:
  pAttributeName - Looks for the Attribute with the given name only in this Entity. Returns the Attribute or throws exception if none found.



getAttributes
public java.util.Collection getAttributes()(Code)
Returns the value of reference attributes. Value of reference attributes.



getAttributesUsedForOrdering
public java.util.Collection getAttributesUsedForOrdering()(Code)
Retrieves read only collection of attributes which this entity can be orderd by. Includes only attributes from this entity and excludes all attributes from supertypes. Retrieves read only collection of attributes which this entity can be orderd by. Includes only attributes from this entity and excludes all attributes from supertypes.



getCollectionContainsFlagDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType getCollectionContainsFlagDataType()(Code)
Returns the value of reference collectionContainsFlagDataType. Value of reference collectionContainsFlagDataType.



getCollectionEmptyFlagDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType getCollectionEmptyFlagDataType()(Code)
Returns the value of reference collectionEmptyFlagDataType. Value of reference collectionEmptyFlagDataType.



getCollectionOffsetDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType getCollectionOffsetDataType()(Code)
Returns the value of reference collectionOffsetDataType. Value of reference collectionOffsetDataType.



getCollectionSizeDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType getCollectionSizeDataType()(Code)
Returns the value of reference collectionSizeDataType. Value of reference collectionSizeDataType.



getCombinedAgregatedManyToManyReferences
public java.util.Collection getCombinedAgregatedManyToManyReferences()(Code)
Returns all references, which are parts of many-to-many association and where this entity is the aggregator. Looks at this entity and any super entities. Returns all references, which are parts of many-to-many association and where this entity is the aggregator. Looks at this entity and any super entities.



getCombinedAttributes
public java.util.Collection getCombinedAttributes()(Code)



getCombinedAttributesUsedForOrdering
public java.util.Collection getCombinedAttributesUsedForOrdering()(Code)
Retrieves read only collection of attributes which this entity can be orderd by. Includes attributes from this entity and all attributes from supertypes. Retrieves read only collection of attributes which this entity can be orderd by. Includes attributes from this entity and all attributes from supertypes.



getCombinedConstraints
public java.util.Collection getCombinedConstraints()(Code)
Returns all Constraints in this Entity and all subentities Returns all Constraints in this Entity and all subentities



getCombinedReferences
public java.util.Collection getCombinedReferences()(Code)
Returns all referenced roles in this entity and all subentities. Returns all referenced roles in this entity and all subentities.



getCombinedRoles
public java.util.Collection getCombinedRoles()(Code)
Returns all roles played by this entity and all subentities. Returns all roles played by this entity and all subentities.



getCombinedSubtypes
public java.util.Collection getCombinedSubtypes()(Code)



getCombinedTypes
public java.util.Collection getCombinedTypes()(Code)
Returns list of DataTypes, Structures and Messages used in the Entity. This includes owned and referenced elements. Returns list of DataTypes, Structures and Messages used in the Entity. This includes owned and referenced elements.



getConstraint
public com.metaboss.sdlctools.models.metabossmodel.ModelElementConstraint getConstraint(java.lang.String pConstraintName)(Code)
Looks for the Constraint with the given name only in this Entity. Returns the Constraint or throws exception if none found.
Parameters:
  pConstraintName - Looks for the Constraint with the given name only in this Entity. Returns the Constraint or throws exception if none found.



getConstraints
public java.util.List getConstraints()(Code)
Returns the value of reference constraints. Value of reference constraints.



getDomain
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Domain getDomain()(Code)
Returns the value of reference domain. Value of reference domain.



getEntityStateDiagrams
public java.util.Collection getEntityStateDiagrams()(Code)
Returns the value of reference entityStateDiagrams. Value of reference entityStateDiagrams.



getInstanceIdAttributeNameOverride
public java.lang.String getInstanceIdAttributeNameOverride()(Code)
Returns the value of attribute instanceIdAttributeNameOverride. The customised name of the InstanceId attribute for this entity. Should only be set in rare cases when name 'InstanceId' is needed to name another attribute Value of attribute instanceIdAttributeNameOverride.



getInstanceIdDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType getInstanceIdDataType()(Code)
Returns the value of reference instanceIdDataType. Value of reference instanceIdDataType.



getOrderingInstructionDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType getOrderingInstructionDataType()(Code)
Returns the value of reference orderingInstructionDataType. Value of reference orderingInstructionDataType.



getOwnerReference
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRole getOwnerReference()(Code)



getPluralName
public java.lang.String getPluralName()(Code)
Returns the value of attribute pluralName. Value of attribute pluralName.



getPrimaryKeyElements
public java.util.Collection getPrimaryKeyElements()(Code)
Returns the value of reference primaryKeyElements. Value of reference primaryKeyElements.



getReference
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.AssociationRole getReference(java.lang.String pReferenceName)(Code)
Looks for the Reference with the given name only in this Entity. Returns the Reference or throws exception if none found.
Parameters:
  pReferenceName - Looks for the Reference with the given name only in this Entity. Returns the Reference or throws exception if none found.



getReferences
public java.util.Collection getReferences()(Code)



getRelationalTableDefinitions
public java.util.Collection getRelationalTableDefinitions()(Code)
Returns the value of reference relationalTableDefinitions. Value of reference relationalTableDefinitions.



getReportOutputsUsingEntity
public java.util.Collection getReportOutputsUsingEntity()(Code)
Returns the value of reference reportOutputsUsingEntity. Value of reference reportOutputsUsingEntity.



getRoles
public java.util.Collection getRoles()(Code)
Returns the value of reference roles. Value of reference roles.



getSelector
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Selector getSelector(java.lang.String pSelectorName)(Code)
Looks for the Selector with the given name only in this Entity. Returns the Selector or throws exception if none found.
Parameters:
  pSelectorName - Looks for the Selector with the given name only in this Entity. Returns the Selector or throws exception if none found.



getSelectors
public java.util.Collection getSelectors()(Code)
Returns the value of reference selectors. Value of reference selectors.



getStateAttributeNameOverride
public java.lang.String getStateAttributeNameOverride()(Code)
Returns the value of attribute stateAttributeNameOverride. The customised name of the State attribute for this entity. Should only be set in rare cases when name 'State' is needed to name another attribute Value of attribute stateAttributeNameOverride.



getStateDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType getStateDataType()(Code)
Returns the value of reference stateDataType. Value of reference stateDataType.



getStateMachine
public com.metaboss.sdlctools.models.metabossmodel.statemachinemodel.StateMachine getStateMachine()(Code)
Returns the value of reference stateMachine. Value of reference stateMachine.



getStereotype
public com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.EntityStereotype getStereotype()(Code)
Returns the value of attribute stereotype. Value of attribute stereotype.



getSubsetSizeDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType getSubsetSizeDataType()(Code)
Returns the value of reference subsetSizeDataType. Value of reference subsetSizeDataType.



getSubtypes
public java.util.Collection getSubtypes()(Code)
Returns the value of reference subtypes. Value of reference subtypes.



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



getVersionIdAttributeNameOverride
public java.lang.String getVersionIdAttributeNameOverride()(Code)
Returns the value of attribute versionIdAttributeNameOverride. The customised name of the VersionId attribute for this entity. Should only be set in rare cases when name 'VersionId' is needed to name another attribute Value of attribute versionIdAttributeNameOverride.



getVersionIdDataType
public com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType getVersionIdDataType()(Code)
Returns the value of reference versionIdDataType. Value of reference versionIdDataType.



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



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



isModifiable
public boolean isModifiable()(Code)



setAbstract
public void setAbstract(boolean newValue)(Code)
Sets the value of isAbstract attribute. See Entity.isAbstract for description on the attribute.
Parameters:
  newValue - New value to be set.



setCollectionContainsFlagDataType
public void setCollectionContainsFlagDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)(Code)
Sets the value of reference collectionContainsFlagDataType. See Entity.getCollectionContainsFlagDataType for description on the reference.
Parameters:
  newValue - New value to be set.



setCollectionEmptyFlagDataType
public void setCollectionEmptyFlagDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)(Code)
Sets the value of reference collectionEmptyFlagDataType. See Entity.getCollectionEmptyFlagDataType for description on the reference.
Parameters:
  newValue - New value to be set.



setCollectionOffsetDataType
public void setCollectionOffsetDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)(Code)
Sets the value of reference collectionOffsetDataType. See Entity.getCollectionOffsetDataType for description on the reference.
Parameters:
  newValue - New value to be set.



setCollectionSizeDataType
public void setCollectionSizeDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)(Code)
Sets the value of reference collectionSizeDataType. See Entity.getCollectionSizeDataType for description on the reference.
Parameters:
  newValue - New value to be set.



setDomain
public void setDomain(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.Domain newValue)(Code)
Sets the value of reference domain. See Entity.getDomain for description on the reference.
Parameters:
  newValue - New value to be set.



setFinal
public void setFinal(boolean newValue)(Code)
Sets the value of isFinal attribute. See Entity.isFinal for description on the attribute.
Parameters:
  newValue - New value to be set.



setInstanceIdAttributeNameOverride
public void setInstanceIdAttributeNameOverride(java.lang.String newValue)(Code)
Sets the value of instanceIdAttributeNameOverride attribute. See Entity.getInstanceIdAttributeNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setInstanceIdDataType
public void setInstanceIdDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)(Code)
Sets the value of reference instanceIdDataType. See Entity.getInstanceIdDataType for description on the reference.
Parameters:
  newValue - New value to be set.



setOrderingInstructionDataType
public void setOrderingInstructionDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)(Code)
Sets the value of reference orderingInstructionDataType. See Entity.getOrderingInstructionDataType for description on the reference.
Parameters:
  newValue - New value to be set.



setPluralName
public void setPluralName(java.lang.String newValue)(Code)
Sets the value of pluralName attribute. See Entity.getPluralName for description on the attribute.
Parameters:
  newValue - New value to be set.



setStateAttributeNameOverride
public void setStateAttributeNameOverride(java.lang.String newValue)(Code)
Sets the value of stateAttributeNameOverride attribute. See Entity.getStateAttributeNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setStateDataType
public void setStateDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)(Code)
Sets the value of reference stateDataType. See Entity.getStateDataType for description on the reference.
Parameters:
  newValue - New value to be set.



setStateMachine
public void setStateMachine(com.metaboss.sdlctools.models.metabossmodel.statemachinemodel.StateMachine newValue)(Code)
Sets the value of reference stateMachine. See Entity.getStateMachine for description on the reference.
Parameters:
  newValue - New value to be set.



setStereotype
public void setStereotype(com.metaboss.sdlctools.models.metabossmodel.enterprisemodel.systemimplementationmodel.EntityStereotype newValue)(Code)
Sets the value of stereotype attribute. See Entity.getStereotype for description on the attribute.
Parameters:
  newValue - New value to be set.



setSubsetSizeDataType
public void setSubsetSizeDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)(Code)
Sets the value of reference subsetSizeDataType. See Entity.getSubsetSizeDataType for description on the reference.
Parameters:
  newValue - New value to be set.



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



setVersionIdAttributeNameOverride
public void setVersionIdAttributeNameOverride(java.lang.String newValue)(Code)
Sets the value of versionIdAttributeNameOverride attribute. See Entity.getVersionIdAttributeNameOverride for description on the attribute.
Parameters:
  newValue - New value to be set.



setVersionIdDataType
public void setVersionIdDataType(com.metaboss.sdlctools.models.metabossmodel.datadictionarymodel.DataType newValue)(Code)
Sets the value of reference versionIdDataType. See Entity.getVersionIdDataType for description on the reference.
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.