de.cbse.jeasy
Class JEChildProperties

java.lang.Object
  extended by de.cbse.jeasy.JEChildProperties

public class JEChildProperties
extends java.lang.Object

Properties of a jeasy child of a JEParentComonent.

Author:
Harry Pfohl

Constructor Summary
JEChildProperties()
           
 
Method Summary
 int getIndex()
           
 java.lang.String getJeasyId()
           
 JEObject getJeo()
           
 boolean isCenter()
           
 boolean isEast()
           
 boolean isNorth()
           
 boolean isParent()
           
 boolean isSouth()
           
 boolean isWest()
           
 void setCenter(boolean center)
           
 void setEast(boolean east)
           
 void setIndex(int index)
           
 void setJeasyId(java.lang.String jeasyId)
           
 void setJeo(JEObject jeo)
           
 void setNorth(boolean north)
           
 void setParent(boolean parent)
           
 void setSouth(boolean south)
           
 void setWest(boolean west)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JEChildProperties

public JEChildProperties()
Method Detail

isNorth

public boolean isNorth()

setNorth

public void setNorth(boolean north)

isSouth

public boolean isSouth()

setSouth

public void setSouth(boolean south)

isEast

public boolean isEast()

setEast

public void setEast(boolean east)

isWest

public boolean isWest()

setWest

public void setWest(boolean west)

isCenter

public boolean isCenter()

setCenter

public void setCenter(boolean center)

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

getJeasyId

public java.lang.String getJeasyId()

setJeasyId

public void setJeasyId(java.lang.String jeasyId)

getJeo

public JEObject getJeo()

setJeo

public void setJeo(JEObject jeo)

isParent

public boolean isParent()

setParent

public void setParent(boolean parent)