2.17.2: 2011-06-17

net.sf.basedb.info
Class OwnedItemInfo

java.lang.Object
  extended by net.sf.basedb.info.BasicItemInfo
      extended by net.sf.basedb.info.OwnedItemInfo
All Implemented Interfaces:
Transferable
Direct Known Subclasses:
ProjectInfo, SharedItemInfo

public abstract class OwnedItemInfo
extends BasicItemInfo

Version:
2.5
Author:
Martin

Field Summary
private  int ownerId
           
 
Constructor Summary
OwnedItemInfo()
           
 
Method Summary
 int getOwnerId()
           
 void setOwnerId(int ownerId)
           
 
Methods inherited from class net.sf.basedb.info.BasicItemInfo
getId, getVersion, setId, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ownerId

private int ownerId
Constructor Detail

OwnedItemInfo

public OwnedItemInfo()
Method Detail

setOwnerId

public void setOwnerId(int ownerId)
Parameters:
ownerId - The ownerId to set.

getOwnerId

public int getOwnerId()
Returns:
Returns the ownerId.

2.17.2: 2011-06-17