Class ServerDescriptionTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ServerDescriptionTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServerDescriptionTransfer(LanguageTransfer language, ServerTransfer server, String description) Creates a new instance of ServerDescriptionTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) voidsetLanguage(LanguageTransfer language) voidsetServer(ServerTransfer server) 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
-
ServerDescriptionTransfer
public ServerDescriptionTransfer(LanguageTransfer language, ServerTransfer server, String description) Creates a new instance of ServerDescriptionTransfer
-
-
Method Details
-
getLanguage
-
setLanguage
-
getServer
-
setServer
-
getDescription
-
setDescription
-