Class DateDrivenTermValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<DateDrivenTermPK>
com.echothree.model.data.term.server.value.DateDrivenTermValue
- All Implemented Interfaces:
Serializable,Cloneable
public class DateDrivenTermValue
extends BaseValue<DateDrivenTermPK>
implements Cloneable, Serializable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionDateDrivenTermValue(DateDrivenTermPK dateDrivenTermPK, TermPK termPK, Integer netDueDayOfMonth, Integer dueNextMonthDays, Integer discountPercentage, Integer discountBeforeDayOfMonth, Long fromTime, Long thruTime) Creates a new instance of DateDrivenTermValueDateDrivenTermValue(TermPK termPK, Integer netDueDayOfMonth, Integer dueNextMonthDays, Integer discountPercentage, Integer discountBeforeDayOfMonth, Long fromTime, Long thruTime) Creates a new instance of DateDrivenTermValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDiscountBeforeDayOfMonth(Integer discountBeforeDayOfMonth) voidsetDiscountPercentage(Integer discountPercentage) voidsetDueNextMonthDays(Integer dueNextMonthDays) voidsetFromTime(Long fromTime) voidsetNetDueDayOfMonth(Integer netDueDayOfMonth) voidvoidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
DateDrivenTermValue
public DateDrivenTermValue(DateDrivenTermPK dateDrivenTermPK, TermPK termPK, Integer netDueDayOfMonth, Integer dueNextMonthDays, Integer discountPercentage, Integer discountBeforeDayOfMonth, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DateDrivenTermValue- Throws:
PersistenceNotNullException
-
DateDrivenTermValue
public DateDrivenTermValue(TermPK termPK, Integer netDueDayOfMonth, Integer dueNextMonthDays, Integer discountPercentage, Integer discountBeforeDayOfMonth, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of DateDrivenTermValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<DateDrivenTermPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<DateDrivenTermPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<DateDrivenTermPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<DateDrivenTermPK>
-
getTermPK
-
setTermPK
- Throws:
PersistenceNotNullException
-
getTermPKHasBeenModified
-
getNetDueDayOfMonth
-
setNetDueDayOfMonth
- Throws:
PersistenceNotNullException
-
getNetDueDayOfMonthHasBeenModified
-
getDueNextMonthDays
-
setDueNextMonthDays
- Throws:
PersistenceNotNullException
-
getDueNextMonthDaysHasBeenModified
-
getDiscountPercentage
-
setDiscountPercentage
- Throws:
PersistenceNotNullException
-
getDiscountPercentageHasBeenModified
-
getDiscountBeforeDayOfMonth
-
setDiscountBeforeDayOfMonth
public void setDiscountBeforeDayOfMonth(Integer discountBeforeDayOfMonth) throws PersistenceNotNullException - Throws:
PersistenceNotNullException
-
getDiscountBeforeDayOfMonthHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-