org.hibernate.jsr303.tck.tests.constraints.groups
Interface Auditable

All Known Implementing Classes:
Order

public interface Auditable

Author:
Hardy Ferentschik

Method Summary
 String getCreationDate()
           
 String getLastModifier()
           
 String getLastReader()
           
 String getLastUpdate()
           
 

Method Detail

getCreationDate

@NotNull
String getCreationDate()

getLastUpdate

@NotNull
String getLastUpdate()

getLastModifier

@NotNull
String getLastModifier()

getLastReader

@NotNull
String getLastReader()


Copyright © 2008-2011. All Rights Reserved.