Class HarmonizedTariffScheduleCodeUse
java.lang.Object
com.echothree.util.server.persistence.BaseEntity
com.echothree.model.data.item.server.entity.HarmonizedTariffScheduleCodeUse
- 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 HarmonizedTariffScheduleCodeUseHarmonizedTariffScheduleCodeUse(HarmonizedTariffScheduleCodeUseValue value, EntityPermission entityPermission) Creates a new instance of HarmonizedTariffScheduleCodeUse -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetHarmonizedTariffScheduleCode(EntityPermission entityPermission) booleangetHarmonizedTariffScheduleCodeUseType(EntityPermission entityPermission) booleanbooleanbooleaninthashCode()voidremove()voidsetFromTime(Long fromTime) voidvoidsetHarmonizedTariffScheduleCodePK(HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK) voidvoidsetHarmonizedTariffScheduleCodeUseTypePK(HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK) voidvoidsetThruTime(Long thruTime) voidstore()toString()Methods inherited from class com.echothree.util.server.persistence.BaseEntity
checkReadWrite, getEntityPermission
-
Constructor Details
-
HarmonizedTariffScheduleCodeUse
Creates a new instance of HarmonizedTariffScheduleCodeUse- Throws:
PersistenceException
-
HarmonizedTariffScheduleCodeUse
public HarmonizedTariffScheduleCodeUse(HarmonizedTariffScheduleCodeUseValue value, EntityPermission entityPermission) Creates a new instance of HarmonizedTariffScheduleCodeUse
-
-
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
-
getHarmonizedTariffScheduleCodeUseValue
-
setHarmonizedTariffScheduleCodeUseValue
public void setHarmonizedTariffScheduleCodeUseValue(@Nonnull HarmonizedTariffScheduleCodeUseValue value) throws PersistenceReadOnlyException - Throws:
PersistenceReadOnlyException
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseEntity
-
getHarmonizedTariffScheduleCodePK
-
getHarmonizedTariffScheduleCode
@Nonnull public HarmonizedTariffScheduleCode getHarmonizedTariffScheduleCode(EntityPermission entityPermission) -
getHarmonizedTariffScheduleCode
-
getHarmonizedTariffScheduleCodeForUpdate
-
setHarmonizedTariffScheduleCodePK
public void setHarmonizedTariffScheduleCodePK(@Nonnull HarmonizedTariffScheduleCodePK harmonizedTariffScheduleCodePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setHarmonizedTariffScheduleCode
-
getHarmonizedTariffScheduleCodePKHasBeenModified
-
getHarmonizedTariffScheduleCodeUseTypePK
-
getHarmonizedTariffScheduleCodeUseType
@Nonnull public HarmonizedTariffScheduleCodeUseType getHarmonizedTariffScheduleCodeUseType(EntityPermission entityPermission) -
getHarmonizedTariffScheduleCodeUseType
-
getHarmonizedTariffScheduleCodeUseTypeForUpdate
-
setHarmonizedTariffScheduleCodeUseTypePK
public void setHarmonizedTariffScheduleCodeUseTypePK(@Nonnull HarmonizedTariffScheduleCodeUseTypePK harmonizedTariffScheduleCodeUseTypePK) throws PersistenceNotNullException, PersistenceReadOnlyException -
setHarmonizedTariffScheduleCodeUseType
public void setHarmonizedTariffScheduleCodeUseType(@Nonnull HarmonizedTariffScheduleCodeUseType entity) -
getHarmonizedTariffScheduleCodeUseTypePKHasBeenModified
-
getFromTime
-
setFromTime
public void setFromTime(@Nonnull Long fromTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
public void setThruTime(@Nonnull Long thruTime) throws PersistenceNotNullException, PersistenceReadOnlyException -
getThruTimeHasBeenModified
-