@DomainObjectService(value=org.tentackle.ns.pdo.NumberPool.class) public class NumberPoolDomainImpl extends AbstractDomainObject<NumberPool,NumberPoolDomainImpl> implements NumberPoolDomain
| Constructor and Description |
|---|
NumberPoolDomainImpl() |
NumberPoolDomainImpl(NumberPool pdo) |
| Modifier and Type | Method and Description |
|---|---|
NumberRange |
getCurrentRange() |
boolean |
isSlave() |
String |
toString()
Gets the string representation of this domain object.
|
assertRootEntity, clone, cloneDomainObject, findByUniqueDomainKey, getDomainContext, getEffectiveClass, getEffectiveSuperClasses, getPdo, getPersistenceDelegate, getPlural, getSession, getSingular, getUniqueDomainKey, getUniqueDomainKeyType, isUniqueDomainKeyProvided, me, pdo, setPdo, setUniqueDomainKey, toGenericStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloneDomainObject, findByUniqueDomainKey, getPlural, getSingular, getUniqueDomainKey, getUniqueDomainKeyType, isUniqueDomainKeyProvided, pdo, setUniqueDomainKey, toGenericStringgetPersistenceDelegatemegetDomainContext, on, oppublic NumberPoolDomainImpl(NumberPool pdo)
public NumberPoolDomainImpl()
public String toString()
AbstractDomainObjectThe default implementation returns the domain key, if this is a root entity. If a component, its single-name will be returned. If evaluating the domain key failed, the generic string is returned along with the exception in parentheses. This is due to the fact that toString should never throw an exception as it is used for logging and debugging.
toString in class AbstractDomainObject<NumberPool,NumberPoolDomainImpl>public NumberRange getCurrentRange()
getCurrentRange in interface NumberPoolDomainpublic boolean isSlave()
isSlave in interface NumberPoolDomainTentackle - distributed, domain- and model-driven