Class StandardTermValue
java.lang.Object
com.echothree.util.server.persistence.BaseValue<StandardTermPK>
com.echothree.model.data.term.server.value.StandardTermValue
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.echothree.util.server.persistence.BaseValue
_primaryKey, entityId -
Constructor Summary
ConstructorsConstructorDescriptionStandardTermValue(StandardTermPK standardTermPK, TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) Creates a new instance of StandardTermValueStandardTermValue(TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) Creates a new instance of StandardTermValue -
Method Summary
Modifier and TypeMethodDescriptionvoidclone()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleaninthashCode()booleanisIdentical(Object other) voidsetDiscountDays(Integer discountDays) voidsetDiscountPercentage(Integer discountPercentage) voidsetFromTime(Long fromTime) voidsetNetDueDays(Integer netDueDays) voidvoidsetThruTime(Long thruTime) toString()Methods inherited from class com.echothree.util.server.persistence.BaseValue
checkForNull, getEntityId, hasIdentity, setEntityId
-
Constructor Details
-
StandardTermValue
public StandardTermValue(StandardTermPK standardTermPK, TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of StandardTermValue- Throws:
PersistenceNotNullException
-
StandardTermValue
public StandardTermValue(TermPK termPK, Integer netDueDays, Integer discountPercentage, Integer discountDays, Long fromTime, Long thruTime) throws PersistenceNotNullException Creates a new instance of StandardTermValue- Throws:
PersistenceNotNullException
-
-
Method Details
-
getBaseFactoryInstance
- Specified by:
getBaseFactoryInstancein classBaseValue<StandardTermPK>
-
clone
-
getPrimaryKey
- Specified by:
getPrimaryKeyin classBaseValue<StandardTermPK>
-
hashCode
-
toString
-
equals
-
isIdentical
-
hasBeenModified
- Specified by:
hasBeenModifiedin classBaseValue<StandardTermPK>
-
clearHasBeenModified
- Specified by:
clearHasBeenModifiedin classBaseValue<StandardTermPK>
-
getTermPK
-
setTermPK
- Throws:
PersistenceNotNullException
-
getTermPKHasBeenModified
-
getNetDueDays
-
setNetDueDays
- Throws:
PersistenceNotNullException
-
getNetDueDaysHasBeenModified
-
getDiscountPercentage
-
setDiscountPercentage
- Throws:
PersistenceNotNullException
-
getDiscountPercentageHasBeenModified
-
getDiscountDays
-
setDiscountDays
- Throws:
PersistenceNotNullException
-
getDiscountDaysHasBeenModified
-
getFromTime
-
setFromTime
- Throws:
PersistenceNotNullException
-
getFromTimeHasBeenModified
-
getThruTime
-
setThruTime
- Throws:
PersistenceNotNullException
-
getThruTimeHasBeenModified
-