Class TransportUnit
- java.lang.Object
-
- org.ameba.integration.jpa.BaseEntity
-
- org.ameba.integration.jpa.ApplicationEntity
-
- org.openwms.wms.receiving.transport.TransportUnit
-
- All Implemented Interfaces:
Serializable
,org.ameba.integration.TypedEntity<Long>
@Entity public class TransportUnit extends org.ameba.integration.jpa.ApplicationEntity implements Serializable
A TransportUnit.- Author:
- Heiko Scherrer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private String
actualLocation
The currentLocation
of theTransportUnit
.private String
barcode
Unique natural key.
-
Constructor Summary
Constructors Modifier Constructor Description protected
TransportUnit()
Dear JPA...TransportUnit(String barcode, String actualLocation)
Dear JPA...
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getActualLocation()
String
getBarcode()
void
setActualLocation(String actualLocation)
String
toString()
-
Methods inherited from class org.ameba.integration.jpa.ApplicationEntity
equals, getPersistentKey, hashCode, onPersist, setPersistentKey
-
-