Class LocationNameElementTransfer
java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.warehouse.common.transfer.LocationNameElementTransfer
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocationNameElementTransfer
(String locationNameElementName, LocationTypeTransfer locationType, Integer offset, Integer length, String validationPattern, String description) Creates a new instance of LocationNameElementTransfer -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) void
void
setLocationNameElementName
(String locationNameElementName) void
setLocationType
(LocationTypeTransfer locationType) void
void
setValidationPattern
(String validationPattern) 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
-
LocationNameElementTransfer
public LocationNameElementTransfer(String locationNameElementName, LocationTypeTransfer locationType, Integer offset, Integer length, String validationPattern, String description) Creates a new instance of LocationNameElementTransfer
-
-
Method Details
-
getLocationNameElementName
-
setLocationNameElementName
-
getLocationType
-
setLocationType
-
getOffset
-
setOffset
-
getLength
-
setLength
-
getValidationPattern
-
setValidationPattern
-
getDescription
-
setDescription
-