Class TermTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.term.common.transfer.TermTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTermTransfer(String termName, TermTypeTransfer termType, Boolean isDefault, Integer sortOrder, String description, String discountPercentage, String netDueDays, String discountDays, String netDueDayOfMonth, String dueNextMonthDays, String discountBeforeDayOfMonth) Creates a new instance of TermTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetDiscountBeforeDayOfMonth(String discountBeforeDayOfMonth) voidsetDiscountDays(String discountDays) voidsetDiscountPercentage(String discountPercentage) voidsetDueNextMonthDays(String dueNextMonthDays) voidsetIsDefault(Boolean isDefault) voidsetNetDueDayOfMonth(String netDueDayOfMonth) voidsetNetDueDays(String netDueDays) voidsetSortOrder(Integer sortOrder) voidsetTermName(String termName) voidsetTermType(TermTypeTransfer termType) Methods inherited from class com.echothree.util.common.transfer.BaseTransfer
addComments, addOwnedWorkEffort, addRatings, getComments, getEntityAliasTypes, getEntityAttributeGroups, getEntityInstance, getOwnedWorkEfforts, getRatings, getTagScopes, setComments, setEntityAliasTypes, setEntityAttributeGroups, setEntityInstance, setOwnedWorkEfforts, setRatings, setTagScopes
-
Constructor Details
-
TermTransfer
public TermTransfer(String termName, TermTypeTransfer termType, Boolean isDefault, Integer sortOrder, String description, String discountPercentage, String netDueDays, String discountDays, String netDueDayOfMonth, String dueNextMonthDays, String discountBeforeDayOfMonth) Creates a new instance of TermTransfer
-
-
Method Details
-
getTermType
-
setTermType
-
getTermName
-
setTermName
-
getIsDefault
-
setIsDefault
-
getSortOrder
-
setSortOrder
-
getDescription
-
setDescription
-
getDiscountPercentage
-
setDiscountPercentage
-
getNetDueDays
-
setNetDueDays
-
getDiscountDays
-
setDiscountDays
-
getNetDueDayOfMonth
-
setNetDueDayOfMonth
-
getDueNextMonthDays
-
setDueNextMonthDays
-
getDiscountBeforeDayOfMonth
-
setDiscountBeforeDayOfMonth
-