org.devaki.nextobjects.workspace.models.objects
Class BaseLine

java.lang.Object
  extended byorg.devaki.nextobjects.workspace.models.objects.BaseObject
      extended byorg.devaki.nextobjects.workspace.models.objects.BaseLine
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AssociationLink, Constraint, InheritanceLink

public abstract class BaseLine
extends BaseObject
implements java.io.Serializable

the class is responsible for drawing lines objects

Author:
Emmanuel Florent
See Also:
Serialized Form

Constructor Summary
BaseLine(BaseLine pBaseLine)
          Construct a BaseLine by coppiing
BaseLine(BaseModel pModel)
          Construct a BaseLine with a pre-defined NOModel
 
Method Summary
 BaseObject getChildClass()
          Get the child class
abstract  ObjectView getObjectView()
          get the LineView
 BaseObject getParentClass()
          Get the parent class
 void setChildClass(BaseObject pObject)
          set the child class
 void setParentClass(BaseObject pObject)
          set the parent class
 
Methods inherited from class org.devaki.nextobjects.workspace.models.objects.BaseObject
getCode, getColumns, getData, getDataChanged, getDescription, getDynamicTreeNode, getMyModel, getName, getNotes, resetModelStatus, setCode, setColumns, setDataChanged, setDescription, setDynamicTreeNode, setMyModel, setName, setNotes, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseLine

public BaseLine(BaseModel pModel)
Construct a BaseLine with a pre-defined NOModel

Parameters:
pModel - the context model

BaseLine

public BaseLine(BaseLine pBaseLine)
Construct a BaseLine by coppiing

Parameters:
pBaseLine - the object to clone
Method Detail

getObjectView

public abstract ObjectView getObjectView()
get the LineView

Specified by:
getObjectView in class BaseObject
Returns:
the object view

getParentClass

public final BaseObject getParentClass()
Get the parent class

Returns:
the parent class

getChildClass

public final BaseObject getChildClass()
Get the child class

Returns:
the child class

setChildClass

public final void setChildClass(BaseObject pObject)
set the child class

Parameters:
pObject - the child class

setParentClass

public final void setParentClass(BaseObject pObject)
set the parent class

Parameters:
pObject - the parent class


Copyright © 2002-2004 devaki.org. All Rights Reserved.