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

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

public class AuditedImplementor
extends Object
implements SimpleInterface


Constructor Summary
protected AuditedImplementor()
           
 
Method Summary
 String getAuditedImplementorData()
           
 String getData()
           
 long getId()
           
 int getNumerito()
           
 void setAuditedImplementorData(String implementorData)
           
 void setData(String data)
           
 void setId(long id)
           
 void setNumerito(int numerito)
           
 
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)

getNumerito

public int getNumerito()
Specified by:
getNumerito in interface SimpleInterface

setNumerito

public void setNumerito(int numerito)
Specified by:
setNumerito in interface SimpleInterface


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