|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.domain.AbstractCaArrayObject
gov.nih.nci.caarray.domain.AbstractCaArrayEntity
gov.nih.nci.caarray.domain.protocol.ProtocolApplication
public class ProtocolApplication
Application of a protocol to an entity, such as a bio material or hybridization.
Field Summary |
---|
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayEntity |
---|
CAARRAY_LSID_AUTHORITY, CAARRAY_LSID_NAMESPACE |
Fields inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject |
---|
DEFAULT_BATCH_SIZE, DEFAULT_STRING_COLUMN_SIZE, LARGE_TEXT_FIELD_LENGTH |
Constructor Summary | |
---|---|
ProtocolApplication()
Default constructor. |
|
ProtocolApplication(ProtocolApplication other)
Constructs a new ProtocolApplication based on another. |
Method Summary | |
---|---|
java.lang.String |
getNotes()
|
Protocol |
getProtocol()
Gets the protocol. |
AbstractParameterValue |
getValue(java.lang.String parameterName)
Return the parameter value for the parameter with given name in this protocol application. |
java.util.Set<AbstractParameterValue> |
getValues()
Gets the values. |
void |
setNotes(java.lang.String notes)
|
void |
setProtocol(Protocol protocolVal)
Sets the protocol. |
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayEntity |
---|
getLsid, getLsidAuthority, getLsidNamespace, getLsidObjectId, setLsid, setLsid, setLsidForEntity |
Methods inherited from class gov.nih.nci.caarray.domain.AbstractCaArrayObject |
---|
equals, getCaBigId, getId, getPostLoadSecurityPolicies, getRemoteApiSecurityPolicies, hashCode, setCaBigId, setId, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProtocolApplication()
public ProtocolApplication(ProtocolApplication other)
other
- other ProtocolApplication to make a copy ofMethod Detail |
---|
public Protocol getProtocol()
public void setProtocol(Protocol protocolVal)
protocolVal
- the protocolpublic java.util.Set<AbstractParameterValue> getValues()
public AbstractParameterValue getValue(java.lang.String parameterName)
parameterName
- name of parameter for which to find a value.
public java.lang.String getNotes()
public void setNotes(java.lang.String notes)
notes
- the notes to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |