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 TypeMethodDescriptionvoidsetDescription(String description) voidvoidsetLocationNameElementName(String locationNameElementName) voidsetLocationType(LocationTypeTransfer locationType) voidvoidsetValidationPattern(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
-