Class CommonLocationVO
java.lang.Object
org.springframework.hateoas.RepresentationModel<CommonLocationVO>
org.ameba.http.AbstractBase<CommonLocationVO>
org.openwms.wms.receiving.spi.common.location.CommonLocationVO
- All Implemented Interfaces:
Serializable
public class CommonLocationVO
extends org.ameba.http.AbstractBase<CommonLocationVO>
implements Serializable
A CommonLocationVO.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
ERP code of theLocation
.private String
Unique natural key.Fields inherited from class org.ameba.http.AbstractBase
DATETIME_FORMAT_ZULU
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
All fields.boolean
int
hashCode()
All fields.boolean
static CommonLocationVO
void
setErpCode
(String erpCode) void
setLocationId
(String locationId) toString()
All fields.Methods inherited from class org.ameba.http.AbstractBase
getCreateDt, getLastModifiedDt, getOl, setCreateDt, setLastModifiedDt, setOl
Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks
-
Field Details
-
locationId
Unique natural key. -
erpCode
ERP code of theLocation
.
-
-
Constructor Details
-
CommonLocationVO
public CommonLocationVO() -
CommonLocationVO
-
-
Method Details
-
of
-
hasErpCode
public boolean hasErpCode() -
hasLocationId
public boolean hasLocationId() -
getLocationId
-
setLocationId
-
getErpCode
-
setErpCode
-
toString
All fields.- Overrides:
toString
in classorg.springframework.hateoas.RepresentationModel<CommonLocationVO>
-
equals
All fields.- Overrides:
equals
in classorg.springframework.hateoas.RepresentationModel<CommonLocationVO>
-
hashCode
public int hashCode()All fields.- Overrides:
hashCode
in classorg.springframework.hateoas.RepresentationModel<CommonLocationVO>
-