|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.BasicItem<D>
org.proteios.core.OwnedItem<D>
org.proteios.core.SharedItem<D>
org.proteios.core.CommonItem<D>
org.proteios.core.AnnotatedItem<OMSSAParameterSetStorageData>
org.proteios.core.OMSSAParameterSetStorage
public class OMSSAParameterSetStorage
This class represents OMSSAParameterSetStorage.
| Field Summary | |
|---|---|
static Item |
TYPE
The type of item represented by this class. |
| Fields inherited from interface org.proteios.core.Nameable |
|---|
MAX_DESCRIPTION_LENGTH, MAX_NAME_LENGTH |
| Method Summary | |
|---|---|
OMSSAParameterSet |
fetchOMSSAParameterSet()
Fetch OMSSAParameterSet from existing parameter file item. |
Set<Annotatable> |
getAnnotatableParents()
Always null. |
File |
getParameterFile()
Get the OMSSA parameter file item coupled to this OMSSA parameter set |
static ItemQuery<OMSSAParameterSetStorage> |
getQuery()
Get a query that returns OMSSAParameterSetStorage set items. |
Item |
getType()
Get the type of item represented by the object. |
boolean |
isUsed()
Check that: no item has been created from this omssaparametersetstorage |
void |
save(OMSSAParameterSet omssaParameterSet)
Save OMSSAParameterSet in existing parameter file item. |
void |
setParameterFile(File parameterFile)
Set the OMSSA parameter file item |
| Methods inherited from class org.proteios.core.CommonItem |
|---|
getDescription, getName, isRemoved, setDescription, setName, setRemoved |
| Methods inherited from class org.proteios.core.SharedItem |
|---|
getItemKey, getProjectKey, isShared, setItemKey, setProjectKey |
| Methods inherited from class org.proteios.core.OwnedItem |
|---|
getOwner, setOwner |
| Methods inherited from class org.proteios.core.BasicItem |
|---|
checkPermission, equals, getDbControl, getId, getPermissions, getSessionControl, getVersion, hashCode, hasPermission, isDetached, isInDatabase, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.proteios.core.Identifiable |
|---|
getId, getVersion |
| Methods inherited from interface org.proteios.core.AccessControlled |
|---|
checkPermission, hasPermission |
| Methods inherited from interface org.proteios.core.Ownable |
|---|
getOwner, setOwner |
| Field Detail |
|---|
public static final Item TYPE
Item.PROTEIOS_OMSSAPARAMETERSETSTORAGE,
getType()| Method Detail |
|---|
public static ItemQuery<OMSSAParameterSetStorage> getQuery()
ItemQuery object.public File getParameterFile()
public void setParameterFile(File parameterFile)
parameterFile - File The OMSSA parameter file item coupled to this OMSSA parameter setpublic OMSSAParameterSet fetchOMSSAParameterSet()
BaseException - If no parameter file item exists.public void save(OMSSAParameterSet omssaParameterSet)
omssaParameterSet - OMSSAParameterSet The OMSSA parameter set to store.
BaseException - If no parameter file item exists, or data cannot be saved in it.public Item getType()
IdentifiableItem enumeration.
public Set<Annotatable> getAnnotatableParents()
throws BaseException
BaseException
public boolean isUsed()
throws BaseException
isUsed in class BasicItem<OMSSAParameterSetStorageData>BaseException
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||