org.hibernate.test.annotations.bytecode
Class Hammer

java.lang.Object
  extended by org.hibernate.test.annotations.bytecode.Hammer
All Implemented Interfaces:
Tool

public class Hammer
extends Object
implements Tool


Constructor Summary
Hammer()
           
 
Method Summary
 Long getId()
           
 void setId(Long id)
           
 Integer usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hammer

public Hammer()
Method Detail

getId

public Long getId()
Specified by:
getId in interface Tool

setId

public void setId(Long id)
Specified by:
setId in interface Tool

usage

public Integer usage()
Specified by:
usage in interface Tool


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