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 TypeMethodDescriptionvoidsetDescription(String description) voidsetLanguage(LanguageTransfer language) voidsetProtocol(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
-