com.aurel.track.beans.base
Class BaseTScreenPanelBean

java.lang.Object
  extended by com.aurel.track.beans.base.BaseTScreenPanelBean
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TScreenPanelBean

public abstract class BaseTScreenPanelBean
extends java.lang.Object
implements java.io.Serializable

You should not use this class directly. It should not even be extended; all references should be to TScreenPanelBean

See Also:
Serialized Form

Field Summary
protected  java.util.List collTScreenFieldBeans
          Collection to store aggregation of collTScreenFieldBeans
 
Constructor Summary
BaseTScreenPanelBean()
           
 
Method Summary
 java.lang.Integer getColsNo()
          Get the ColsNo
 java.lang.String getDescription()
          Get the Description
 java.lang.Integer getIndex()
          Get the Index
 java.lang.String getLabel()
          Get the Label
 java.lang.String getName()
          Get the Name
 java.lang.Integer getObjectID()
          Get the ObjectID
 java.lang.Integer getParent()
          Get the Parent
 java.lang.Integer getRowsNo()
          Get the RowsNo
 java.util.List getTScreenFieldBeans()
          Returns the collection of TScreenFieldBeans
 TScreenTabBean getTScreenTabBean()
          Get the associated TScreenTabBean object
 boolean isModified()
          returns whether the bean or the object it was created from was modified since the object was last read from the database
 boolean isNew()
          returns whether the bean exists in the database
 void setColsNo(java.lang.Integer v)
          Set the value of ColsNo
 void setDescription(java.lang.String v)
          Set the value of Description
 void setIndex(java.lang.Integer v)
          Set the value of Index
 void setLabel(java.lang.String v)
          Set the value of Label
 void setModified(boolean isModified)
          sets whether the bean or the object it was created from was modified since the object was last read from the database
 void setName(java.lang.String v)
          Set the value of Name
 void setNew(boolean isNew)
          sets whether the bean exists in the database
 void setObjectID(java.lang.Integer v)
          Set the value of ObjectID
 void setParent(java.lang.Integer v)
          Set the value of Parent
 void setRowsNo(java.lang.Integer v)
          Set the value of RowsNo
 void setTScreenFieldBeans(java.util.List list)
          Sets the collection of TScreenFieldBeans to the specified value
 void setTScreenTabBean(TScreenTabBean v)
          sets an associated TScreenTabBean object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collTScreenFieldBeans

protected java.util.List collTScreenFieldBeans
Collection to store aggregation of collTScreenFieldBeans

Constructor Detail

BaseTScreenPanelBean

public BaseTScreenPanelBean()
Method Detail

setNew

public void setNew(boolean isNew)
sets whether the bean exists in the database


isNew

public boolean isNew()
returns whether the bean exists in the database


setModified

public void setModified(boolean isModified)
sets whether the bean or the object it was created from was modified since the object was last read from the database


isModified

public boolean isModified()
returns whether the bean or the object it was created from was modified since the object was last read from the database


getObjectID

public java.lang.Integer getObjectID()
Get the ObjectID

Returns:
Integer

setObjectID

public void setObjectID(java.lang.Integer v)
Set the value of ObjectID

Parameters:
v - new value

getName

public java.lang.String getName()
Get the Name

Returns:
String

setName

public void setName(java.lang.String v)
Set the value of Name

Parameters:
v - new value

getLabel

public java.lang.String getLabel()
Get the Label

Returns:
String

setLabel

public void setLabel(java.lang.String v)
Set the value of Label

Parameters:
v - new value

getDescription

public java.lang.String getDescription()
Get the Description

Returns:
String

setDescription

public void setDescription(java.lang.String v)
Set the value of Description

Parameters:
v - new value

getIndex

public java.lang.Integer getIndex()
Get the Index

Returns:
Integer

setIndex

public void setIndex(java.lang.Integer v)
Set the value of Index

Parameters:
v - new value

getRowsNo

public java.lang.Integer getRowsNo()
Get the RowsNo

Returns:
Integer

setRowsNo

public void setRowsNo(java.lang.Integer v)
Set the value of RowsNo

Parameters:
v - new value

getColsNo

public java.lang.Integer getColsNo()
Get the ColsNo

Returns:
Integer

setColsNo

public void setColsNo(java.lang.Integer v)
Set the value of ColsNo

Parameters:
v - new value

getParent

public java.lang.Integer getParent()
Get the Parent

Returns:
Integer

setParent

public void setParent(java.lang.Integer v)
Set the value of Parent

Parameters:
v - new value

setTScreenTabBean

public void setTScreenTabBean(TScreenTabBean v)
sets an associated TScreenTabBean object

Parameters:
v - TScreenTabBean

getTScreenTabBean

public TScreenTabBean getTScreenTabBean()
Get the associated TScreenTabBean object

Returns:
the associated TScreenTabBean object

getTScreenFieldBeans

public java.util.List getTScreenFieldBeans()
Returns the collection of TScreenFieldBeans


setTScreenFieldBeans

public void setTScreenFieldBeans(java.util.List list)
Sets the collection of TScreenFieldBeans to the specified value



Issue Tracking with Track+: Home Page      Copyright © 2008 Trackplus. All Rights Reserved.