Class InvoiceTimeTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.invoice.common.transfer.InvoiceTimeTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvoiceTimeTransfer(InvoiceTimeTypeTransfer invoiceTimeType, Long unformattedTime, String time) Creates a new instance of InvoiceTimeTransfer -
Method Summary
Modifier and TypeMethodDescriptiongetTime()voidsetInvoiceTimeType(InvoiceTimeTypeTransfer invoiceTimeType) voidvoidsetUnformattedTime(Long unformattedTime) 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
-
InvoiceTimeTransfer
public InvoiceTimeTransfer(InvoiceTimeTypeTransfer invoiceTimeType, Long unformattedTime, String time) Creates a new instance of InvoiceTimeTransfer
-
-
Method Details
-
getInvoiceTimeType
-
setInvoiceTimeType
-
getUnformattedTime
-
setUnformattedTime
-
getTime
-
setTime
-