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 TypeMethodDescriptionvoid
clone()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
int
hashCode()
boolean
isIdentical
(Object other) void
setDiscountBeforeDayOfMonth
(Integer discountBeforeDayOfMonth) void
setDiscountPercentage
(Integer discountPercentage) void
setDueNextMonthDays
(Integer dueNextMonthDays) void
setFromTime
(Long fromTime) void
setNetDueDayOfMonth
(Integer netDueDayOfMonth) void
void
setThruTime
(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:
getBaseFactoryInstance
in classBaseValue<DateDrivenTermPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKey
in classBaseValue<DateDrivenTermPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModified
in classBaseValue<DateDrivenTermPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModified
in 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
-