DesignWizard.See: Description
| Class | Description |
|---|---|
| AbstractDesignRule |
Abstract class to start the properties of the rules for software design in
instance of the
DesignWizard. |
| HashCodeAndEqualsNotUseIdentifierPropertyRule |
Rule: Both equals(java.lang.Object) and hashCode() in classes of the Model Package
doesn't access the field that is identifier property.
|
| HashCodeAndEqualsRule |
Rule: Override both equals(java.lang.Object) and hashCode() in classes of the Model Package.
|
| ImplementsSerializableRule |
Rule: The Serializable interface should be implementated for all classes in the Model Package.
|
| NoArgumentConstructorRule |
Rule: A default constructor must be implemented in classes of the Model Package.
|
| NoFinalClassRule |
Rule: The classes can't to be final in classes of the Model Package.
|
| ProvideGetsSetsFieldsRule |
Rule: Defines getters and setters in classes of the Model Package.
|
| ProvideIdentifierPropertyRule |
Rule: Provide identifier Properties in classes of the Model Package.
|
| UseInterfaceSetOrListRule |
Rule: Declaration of Collection of the type Set or List in classes of the Model
Package.
|
| UseListCollectionRule |
Rule: Declaration of Collection of the type List in classes of the Model
Package.
|
| UseSetCollectionRule |
Rule: Declaration of Collection of the type Set in classes of the Model
Package.
|
Package with a set of design rules for a software's design in
an instance of the DesignWizard.
Copyright © 2016. All rights reserved.