org.hibernate.test.annotations.beanvalidation
Class Screen
java.lang.Object
   org.hibernate.test.annotations.beanvalidation.Screen
org.hibernate.test.annotations.beanvalidation.Screen
- @Entity
public class Screen 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Screen
public Screen()
getId
public Integer getId()
- 
 
setId
public void setId(Integer id)
- 
 
getStopButton
public Button getStopButton()
- 
 
setStopButton
public void setStopButton(Button stopButton)
- 
 
getPowerSupply
@NotNull
public PowerSupply getPowerSupply()
- 
 
setPowerSupply
public void setPowerSupply(PowerSupply powerSupply)
- 
 
getConnectors
public Set<DisplayConnector> getConnectors()
- 
 
setConnectors
public void setConnectors(Set<DisplayConnector> connectors)
- 
 
getDisplayColors
public Set<Color> getDisplayColors()
- 
 
setDisplayColors
public void setDisplayColors(Set<Color> displayColors)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.