public class DefaultDomainModelCoal extends AbstractDomainModel
idDomainModel| Constructor and Description |
|---|
DefaultDomainModelCoal() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(AbstractDomainModel domainModel)
Checks if the specified instance is equal.
|
DomainModelInterface |
getJPanelConfiguration()
Should return a
JPanel that implements a DomainModelInterface
that can be used for the visual configuration of the domain model. |
java.lang.String |
toString() |
equals, getIdDomainModel, setIdDomainModelpublic DomainModelInterface getJPanelConfiguration()
AbstractDomainModelJPanel that implements a DomainModelInterface
that can be used for the visual configuration of the domain model.getJPanelConfiguration in class AbstractDomainModelDomainModelInterfacepublic boolean equals(AbstractDomainModel domainModel)
AbstractDomainModelequals in class AbstractDomainModeldomainModel - the domain modelpublic java.lang.String toString()
toString in class AbstractDomainModel