org.hibernate.ejb.criteria.idclass
Class Tool

java.lang.Object
  extended by org.hibernate.ejb.criteria.idclass.Helper
      extended by org.hibernate.ejb.criteria.idclass.Tool

@Entity
public class Tool
extends Helper


Constructor Summary
Tool()
           
 
Method Summary
 Double getCost()
           
 void setCost(Double value)
           
 String toString()
           
 
Methods inherited from class org.hibernate.ejb.criteria.idclass.Helper
getName, getType, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tool

public Tool()
Method Detail

getCost

public Double getCost()

setCost

public void setCost(Double value)

toString

public String toString()
Overrides:
toString in class Helper


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