org.hibernate.ejb.criteria.basic
Class Wall

java.lang.Object
  extended by org.hibernate.ejb.criteria.basic.Wall

@Entity
public class Wall
extends Object

TODO : javadoc


Constructor Summary
Wall()
           
 
Method Summary
 String getColor()
           
 long getHeight()
           
 Long getId()
           
 Wall getLeft()
           
 Wall getRight()
           
 long getWidth()
           
 void setColor(String color)
           
 void setHeight(long height)
           
 void setId(Long id)
           
 void setLeft(Wall left)
           
 void setRight(Wall right)
           
 void setWidth(long width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wall

public Wall()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getWidth

public long getWidth()

setWidth

public void setWidth(long width)

getHeight

public long getHeight()

setHeight

public void setHeight(long height)

getColor

public String getColor()

setColor

public void setColor(String color)

getLeft

public Wall getLeft()

setLeft

public void setLeft(Wall left)

getRight

public Wall getRight()

setRight

public void setRight(Wall right)


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