Class ProtocolDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ProtocolDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolDescriptionTransfer
(LanguageTransfer language, ProtocolTransfer protocol, String description) Creates a new instance of ProtocolDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
setLanguage
(LanguageTransfer language) void
setProtocol
(ProtocolTransfer protocol) 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
-
ProtocolDescriptionTransfer
public ProtocolDescriptionTransfer(LanguageTransfer language, ProtocolTransfer protocol, String description) Creates a new instance of ProtocolDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getProtocol
-
setProtocol
-
getDescription
-
setDescription
-