java.lang.Object
org.fencedb.base.BaseObject
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- Bout, Club, Competition, Country, Fencer, Participation, Ranking
- public abstract class BaseObject
- extends java.lang.Object
- implements java.io.Serializable
Description of the Class
Constructor Summary |
BaseObject()
Constructor for the BaseObject object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baseId
private java.lang.Integer baseId
BaseObject
public BaseObject()
- Constructor for the BaseObject object
getBaseId
public java.lang.Integer getBaseId()
- Gets the baseId attribute of the BaseObject object
setBaseId
public void setBaseId(java.lang.Integer baseId)
- Sets the baseId attribute of the BaseObject object