be.lassi.domain
Class FrameProperties
java.lang.Object
be.lassi.domain.FrameProperties
public class FrameProperties
- extends java.lang.Object
Constructor Summary |
FrameProperties(java.lang.String id,
java.awt.Rectangle bounds,
boolean visible)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
FrameProperties
public FrameProperties(java.lang.String id,
java.awt.Rectangle bounds,
boolean visible)
equals
public boolean equals(java.lang.Object object)
-
- Overrides:
equals
in class java.lang.Object
getBounds
public java.awt.Rectangle getBounds()
- Returns:
getId
public java.lang.String getId()
- Returns:
hashCode
public int hashCode()
-
- Overrides:
hashCode
in class java.lang.Object
isVisible
public boolean isVisible()
- Returns:
setBounds
public void setBounds(java.awt.Rectangle rectangle)
- Parameters:
rectangle
-
setId
public void setId(java.lang.String string)
- Parameters:
string
-
setVisible
public void setVisible(boolean visible)
- Parameters:
b
-