@DomainObjectService(value=StoredBundle.class) public class StoredBundleDomainImpl extends AbstractDomainObject<StoredBundle,StoredBundleDomainImpl> implements StoredBundleDomain
| Constructor and Description |
|---|
StoredBundleDomainImpl() |
StoredBundleDomainImpl(StoredBundle pdo) |
| Modifier and Type | Method and Description |
|---|---|
StoredBundle |
findByUniqueDomainKey(Object domainKey) |
String |
getTranslation(String key)
Gets the translated string.
|
StoredBundle.StoredBundleUDK |
getUniqueDomainKey() |
void |
setTranslation(String key,
String value)
Sets a translation.
|
String |
toString() |
assertRootEntity, clone, cloneDomainObject, getDomainContext, getEffectiveClass, getEffectiveSuperClasses, getPdo, getPersistenceDelegate, getPlural, getSession, getSingular, getUniqueDomainKeyType, isUniqueDomainKeyProvided, pdo, setPdo, setUniqueDomainKey, toGenericStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic StoredBundleDomainImpl(StoredBundle pdo)
public StoredBundleDomainImpl()
public StoredBundle.StoredBundleUDK getUniqueDomainKey()
getUniqueDomainKey in interface StoredBundleDomaingetUniqueDomainKey in interface org.tentackle.pdo.DomainObject<StoredBundle>getUniqueDomainKey in class AbstractDomainObject<StoredBundle,StoredBundleDomainImpl>public StoredBundle findByUniqueDomainKey(Object domainKey)
findByUniqueDomainKey in interface org.tentackle.pdo.DomainObject<StoredBundle>findByUniqueDomainKey in class AbstractDomainObject<StoredBundle,StoredBundleDomainImpl>public String toString()
toString in class AbstractDomainObject<StoredBundle,StoredBundleDomainImpl>public String getTranslation(String key)
StoredBundleDomaingetTranslation in interface StoredBundleDomainkey - the string to translatepublic void setTranslation(String key, String value)
StoredBundleDomainsetTranslation in interface StoredBundleDomainkey - the string to translatevalue - the translated string, null to removeTentackle - a domain driven enterprise framework