org.hibernate.jsr303.tck.tests.constraints.groups
Class Order
java.lang.Object
org.hibernate.jsr303.tck.tests.constraints.groups.Order
- All Implemented Interfaces:
- Auditable
public class Order
- extends Object
- implements Auditable
- Author:
- Hardy Ferentschik
Constructor Summary |
Order()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Order
public Order()
getCreationDate
public String getCreationDate()
- Specified by:
getCreationDate
in interface Auditable
getLastUpdate
public String getLastUpdate()
- Specified by:
getLastUpdate
in interface Auditable
getLastModifier
public String getLastModifier()
- Specified by:
getLastModifier
in interface Auditable
getLastReader
public String getLastReader()
- Specified by:
getLastReader
in interface Auditable
getOrderNumber
@NotNull
@Size(min=10,
max=10)
public String getOrderNumber()
Copyright © 2008-2011. All Rights Reserved.