public abstract class AbstractDomainModel
extends java.lang.Object
implements java.io.Serializable
Java class for AbstractDomainModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractDomainModel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
idDomainModel |
| Constructor and Description |
|---|
AbstractDomainModel() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(AbstractDomainModel domainModel)
Checks if the specified instance is equal.
|
boolean |
equals(java.lang.Object object) |
int |
getIdDomainModel()
Returns the id domain model.
|
abstract DomainModelInterface |
getJPanelConfiguration()
Should return a
JPanel that implements a DomainModelInterface
that can be used for the visual configuration of the domain model. |
void |
setIdDomainModel(int idDomainModel)
Sets the id domain model.
|
abstract java.lang.String |
toString() |
public int getIdDomainModel()
public void setIdDomainModel(int idDomainModel)
idDomainModel - the new id domain modelpublic abstract boolean equals(AbstractDomainModel domainModel)
domainModel - the domain modelpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic abstract DomainModelInterface getJPanelConfiguration()
JPanel that implements a DomainModelInterface
that can be used for the visual configuration of the domain model.DomainModelInterfacepublic abstract java.lang.String toString()
toString in class java.lang.Object