2.17.2: 2011-06-17

net.sf.basedb.info
Class AnnotatedItemInfo

java.lang.Object
  extended by net.sf.basedb.info.BasicItemInfo
      extended by net.sf.basedb.info.OwnedItemInfo
          extended by net.sf.basedb.info.SharedItemInfo
              extended by net.sf.basedb.info.CommonItemInfo
                  extended by net.sf.basedb.info.AnnotatedItemInfo
All Implemented Interfaces:
NameableInfo, Transferable
Direct Known Subclasses:
ArrayDesignInfo, RawBioAssayInfo

public abstract class AnnotatedItemInfo
extends CommonItemInfo

Version:
2.5
Author:
Martin

Field Summary
private  boolean isAnnotated
           
 
Constructor Summary
AnnotatedItemInfo()
           
 
Method Summary
 boolean isAnnotated()
           
 void setAnnotated(boolean isAnnotated)
           
 
Methods inherited from class net.sf.basedb.info.CommonItemInfo
getDescription, getName, setDescription, setName
 
Methods inherited from class net.sf.basedb.info.SharedItemInfo
isShared, setShared
 
Methods inherited from class net.sf.basedb.info.OwnedItemInfo
getOwnerId, setOwnerId
 
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

isAnnotated

private boolean isAnnotated
Constructor Detail

AnnotatedItemInfo

public AnnotatedItemInfo()
Method Detail

setAnnotated

public void setAnnotated(boolean isAnnotated)
Parameters:
isAnnotated - The isAnnotated to set.

isAnnotated

public boolean isAnnotated()
Returns:
Returns the isAnnotated.

2.17.2: 2011-06-17