Class HarmonizedTariffScheduleCodeTranslation
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.HarmonizedTariffScheduleCodeTranslation
- 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 HarmonizedTariffScheduleCodeTranslationHarmonizedTariffScheduleCodeTranslation(HarmonizedTariffScheduleCodeTranslationValue value, EntityPermission entityPermission) Creates a new instance of HarmonizedTariffScheduleCodeTranslation -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleangetHarmonizedTariffScheduleCode(EntityPermission entityPermission) getHarmonizedTariffScheduleCode(Session session) getHarmonizedTariffScheduleCode(Session session, EntityPermission entityPermission) booleangetLanguage(EntityPermission entityPermission) getLanguage(Session session) getLanguage(Session session, EntityPermission entityPermission) getLanguageForUpdate(Session session) booleanbooleangetOverviewMimeType(EntityPermission entityPermission) getOverviewMimeType(Session session) getOverviewMimeType(Session session, EntityPermission entityPermission) getOverviewMimeTypeForUpdate(Session session) booleanbooleanbooleaninthashCode()voidremove()voidvoidsetDescription(String description) voidsetFromTime(Long fromTime) voidvoidsetHarmonizedTariffScheduleCodePK(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK) voidvoidsetLanguage(Language entity) voidsetLanguagePK(LanguagePK languagePK) voidsetOverview(String overview) voidsetOverviewMimeType(MimeType entity) voidsetOverviewMimeTypePK(MimeTypePK overviewMimeTypePK) voidsetThruTime(Long thruTime) voidtoString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission, store
-
Constructor Details
-
HarmonizedTariffScheduleCodeTranslation
Creates a new instance of HarmonizedTariffScheduleCodeTranslation- Throws:
PersistenceException
-
HarmonizedTariffScheduleCodeTranslation
public HarmonizedTariffScheduleCodeTranslation(HarmonizedTariffScheduleCodeTranslationValue value, EntityPermission entityPermission) Creates a new instance of HarmonizedTariffScheduleCodeTranslation
-
-
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
-
getHarmonizedTariffScheduleCodeTranslationValue
-
setHarmonizedTariffScheduleCodeTranslationValue
public void setHarmonizedTariffScheduleCodeTranslationValue(HarmonizedTariffScheduleCodeTranslationValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getHarmonizedTariffScheduleCodePK
-
getHarmonizedTariffScheduleCode
public HarmonizedTariffScheduleCode getHarmonizedTariffScheduleCode(Session session, EntityPermission entityPermission) -
getHarmonizedTariffScheduleCode
public HarmonizedTariffScheduleCode getHarmonizedTariffScheduleCode(EntityPermission entityPermission) -
getHarmonizedTariffScheduleCode
-
getHarmonizedTariffScheduleCode
-
getHarmonizedTariffScheduleCodeForUpdate
-
getHarmonizedTariffScheduleCodeForUpdate
-
setHarmonizedTariffScheduleCodePK
public void setHarmonizedTariffScheduleCodePK(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setHarmonizedTariffScheduleCode
-
getHarmonizedTariffScheduleCodePKHasBeenModified
-
getLanguagePK
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguage
-
getLanguageForUpdate
-
getLanguageForUpdate
-
setLanguagePK
public void setLanguagePK(LanguagePK languagePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setLanguage
-
getLanguagePKHasBeenModified
-
getDescription
-
setDescription
public void setDescription(String description) throws PersistenceNotNullException, PersistenceReadOnlyException -
getDescriptionHasBeenModified
-
getOverviewMimeTypePK
-
getOverviewMimeType
-
getOverviewMimeType
-
getOverviewMimeType
-
getOverviewMimeType
-
getOverviewMimeTypeForUpdate
-
getOverviewMimeTypeForUpdate
-
setOverviewMimeTypePK
public void setOverviewMimeTypePK(MimeTypePK overviewMimeTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setOverviewMimeType
-
getOverviewMimeTypePKHasBeenModified
-
getOverview
-
setOverview
public void setOverview(String overview) throws PersistenceNotNullException, PersistenceReadOnlyException -
getOverviewHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-