org.hibernate.test.annotations.beanvalidation
Class Screen

java.lang.Object
  extended by org.hibernate.test.annotations.beanvalidation.Screen

@Entity
public class Screen
extends Object


Constructor Summary
Screen()
           
 
Method Summary
 Set<DisplayConnector> getConnectors()
           
 Set<Color> getDisplayColors()
           
 Integer getId()
           
 PowerSupply getPowerSupply()
           
 Button getStopButton()
           
 void setConnectors(Set<DisplayConnector> connectors)
           
 void setDisplayColors(Set<Color> displayColors)
           
 void setId(Integer id)
           
 void setPowerSupply(PowerSupply powerSupply)
           
 void setStopButton(Button stopButton)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Screen

public Screen()
Method Detail

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.