Class ApplicationTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.core.common.transfer.ApplicationTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationTransfer(String applicationName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ApplicationTransfer -
Method Summary
Modifier and TypeMethodDescriptionReturns the applicationName.Returns the description.Returns the isDefault.Returns the sortOrder.voidsetApplicationName(String applicationName) Sets the applicationName.voidsetDescription(String description) Sets the description.voidsetIsDefault(Boolean isDefault) Sets the isDefault.voidsetSortOrder(Integer sortOrder) Sets the sortOrder.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
-
ApplicationTransfer
public ApplicationTransfer(String applicationName, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of ApplicationTransfer
-
-
Method Details
-
getApplicationName
Returns the applicationName.- Returns:
- the applicationName
-
setApplicationName
Sets the applicationName.- Parameters:
applicationName- the applicationName to set
-
getIsDefault
Returns the isDefault.- Returns:
- the isDefault
-
setIsDefault
Sets the isDefault.- Parameters:
isDefault- the isDefault to set
-
getSortOrder
Returns the sortOrder.- Returns:
- the sortOrder
-
setSortOrder
Sets the sortOrder.- Parameters:
sortOrder- the sortOrder to set
-
getDescription
Returns the description.- Returns:
- the description
-
setDescription
Sets the description.- Parameters:
description- the description to set
-