org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited
Class AuditedImplementor
java.lang.Object
org.hibernate.envers.test.integration.interfaces.hbm.propertiesAudited.AuditedImplementor
- All Implemented Interfaces:
- SimpleInterface
public class AuditedImplementor
- extends Object
- implements SimpleInterface
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuditedImplementor
protected AuditedImplementor()
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.