org.hibernate.ejb.criteria.basic
Class Wall
java.lang.Object
org.hibernate.ejb.criteria.basic.Wall
@Entity
public class Wall
- extends Object
TODO : javadoc
Constructor Summary |
Wall()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wall
public Wall()
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.