org.hibernate.envers.test.integration.interfaces.hbm.allAudited
Class AuditedImplementor

java.lang.Object
  extended by org.hibernate.envers.test.integration.interfaces.hbm.allAudited.AuditedImplementor
All Implemented Interfaces:
SimpleInterface

public class AuditedImplementor
extends Object
implements SimpleInterface


Constructor Summary
protected AuditedImplementor()
           
 
Method Summary
 String getAuditedImplementorData()
           
 String getData()
           
 long getId()
           
 void setAuditedImplementorData(String implementorData)
           
 void setData(String data)
           
 void setId(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditedImplementor

protected AuditedImplementor()
Method Detail

getId

public long getId()
Specified by:
getId in interface SimpleInterface

setId

public void setId(long id)
Specified by:
setId in interface SimpleInterface

getData

public String getData()
Specified by:
getData in interface SimpleInterface

setData

public void setData(String data)
Specified by:
setData in interface SimpleInterface

getAuditedImplementorData

public String getAuditedImplementorData()

setAuditedImplementorData

public void setAuditedImplementorData(String implementorData)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.