org.apache.ojb.broker
Class BaseContentImpl

java.lang.Object
  extended byorg.apache.ojb.broker.BaseContentImpl
All Implemented Interfaces:
Content, java.io.Serializable
Direct Known Subclasses:
News, Paper

public abstract class BaseContentImpl
extends java.lang.Object
implements Content

Author:
Leandro Rodrigo Saad Cruz
See Also:
Serialized Form

Constructor Summary
BaseContentImpl()
           
BaseContentImpl(int id)
           
 
Method Summary
 int getId()
           
 java.util.List getQualifiers()
           
 void setId(int id)
           
 void setQualifiers(java.util.List qualifiers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseContentImpl

public BaseContentImpl()

BaseContentImpl

public BaseContentImpl(int id)
Parameters:
id -
Method Detail

getId

public int getId()
Specified by:
getId in interface Content
See Also:
Content.getId()

setId

public void setId(int id)
Specified by:
setId in interface Content
See Also:
Content.setId(int)

getQualifiers

public java.util.List getQualifiers()

setQualifiers

public void setQualifiers(java.util.List qualifiers)


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14