Class LanguageDescription
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.party.server.entity.LanguageDescription
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseEntity
_entityPermission -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of LanguageDescriptionLanguageDescription(LanguageDescriptionValue value, EntityPermission entityPermission) Creates a new instance of LanguageDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetDescriptionLanguage(EntityPermission entityPermission) getDescriptionLanguage(Session session) getDescriptionLanguage(Session session, EntityPermission entityPermission) getDescriptionLanguageForUpdate(Session session) booleangetLanguage(EntityPermission entityPermission) getLanguage(Session session) getLanguage(Session session, EntityPermission entityPermission) getLanguageForUpdate(Session session) booleanbooleaninthashCode()voidremove()voidvoidsetDescription(String description) voidsetDescriptionLanguage(Language entity) voidsetDescriptionLanguagePK(LanguagePK descriptionLanguagePK) voidsetLanguage(Language entity) voidvoidsetLanguagePK(LanguagePK languagePK) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
LanguageDescription
Creates a new instance of LanguageDescription- Throws:
PersistenceException
-
LanguageDescription
Creates a new instance of LanguageDescription
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseEntity
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseEntity
-
hashCode
-
toString
-
equals
-
store
- Specified by:
storein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
remove
- Overrides:
removein classBaseEntity- Throws:
PersistenceDatabaseException
-
getLanguageDescriptionValue
-
setLanguageDescriptionValue
public void setLanguageDescriptionValue(LanguageDescriptionValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getDescriptionLanguagePK
-
getDescriptionLanguage
-
getDescriptionLanguage
-
getDescriptionLanguage
-
getDescriptionLanguage
-
getDescriptionLanguageForUpdate
-
getDescriptionLanguageForUpdate
-
setDescriptionLanguagePK
public void setDescriptionLanguagePK(LanguagePK descriptionLanguagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setDescriptionLanguage
-
getDescriptionLanguagePKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-