Class NextBarcode
java.lang.Object
org.ameba.integration.jpa.BaseEntity
org.openwms.common.transport.barcode.NextBarcode
- All Implemented Interfaces:
Serializable
,org.ameba.integration.TypedEntity<Long>
@Entity
public class NextBarcode
extends org.ameba.integration.jpa.BaseEntity
implements Serializable
A NextBarcode.
- Author:
- Heiko Scherrer
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ameba.integration.jpa.BaseEntity
getCreatedBy, getCreateDt, getLastModifiedBy, getLastModifiedDt, getOl, getPk, isNew, setCreatedBy, setCreateDt, setLastModifiedBy, setLastModifiedDt, setOl
-
Field Details
-
name
Name of the Account. -
currentBarcode
Last given Barcode.
-
-
Constructor Details
-
NextBarcode
public NextBarcode()
-
-
Method Details