Class ServiceDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ServiceDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceDescriptionTransfer(LanguageTransfer language, ServiceTransfer service, String description) Creates a new instance of ServiceDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetLanguage(LanguageTransfer language) voidsetService(ServiceTransfer service) 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
-
ServiceDescriptionTransfer
public ServiceDescriptionTransfer(LanguageTransfer language, ServiceTransfer service, String description) Creates a new instance of ServiceDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getService
-
setService
-
getDescription
-
setDescription
-