|
|||||||||
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.Parameter
@UniqueConstraints(constraints=@UniqueConstraint(fields={@UniqueConstraintField(name="name"),@UniqueConstraintField(name="protocol")})) public class Parameter
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 | |
---|---|
Parameter()
Deprecated. for hibernate and castor only |
|
Parameter(java.lang.String name,
Protocol protocol)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
The default comparison uses the id. |
AbstractParameterValue |
getDefaultValue()
Gets the defaultValue. |
java.lang.String |
getName()
Gets the name. |
Protocol |
getProtocol()
|
int |
hashCode()
Default hashCode goes off of id. |
void |
setDefaultValue(AbstractParameterValue defaultValueVal)
Sets the defaultValue. |
void |
setName(java.lang.String nameVal)
Sets the name. |
void |
setProtocol(Protocol protocol)
|
java.lang.String |
toString()
|
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 |
---|
getCaBigId, getId, getPostLoadSecurityPolicies, getRemoteApiSecurityPolicies, setCaBigId, setId |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Parameter(java.lang.String name, Protocol protocol)
name
- the nameprotocol
- the protocol this paramater is attached to@Deprecated public Parameter()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String nameVal)
nameVal
- the namepublic AbstractParameterValue getDefaultValue()
public void setDefaultValue(AbstractParameterValue defaultValueVal)
defaultValueVal
- the defaultValue@NotNull public Protocol getProtocol()
public void setProtocol(Protocol protocol)
protocol
- the protocol to setpublic java.lang.String toString()
toString
in class AbstractCaArrayObject
public boolean equals(java.lang.Object o)
equals
in class AbstractCaArrayObject
o
- other object
public int hashCode()
hashCode
in class AbstractCaArrayObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |