|
|||||||||
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.Protocol
public class Protocol
Class representing a protocol.
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 | |
---|---|
Protocol()
Deprecated. |
|
Protocol(java.lang.String name,
Term type,
TermSource source)
Constructor taking all required fields. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
The default comparison uses the id. |
java.lang.String |
getContact()
Gets the contact. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.String |
getHardware()
Gets the hardware. |
java.lang.String |
getName()
Gets the name. |
java.util.Set<Parameter> |
getParameters()
Gets the parameters. |
java.lang.String |
getSoftware()
Gets the software. |
TermSource |
getSource()
|
Term |
getType()
Gets the type. |
java.lang.String |
getUrl()
Gets the url. |
int |
hashCode()
Default hashCode goes off of id. |
void |
setContact(java.lang.String contactVal)
Sets the contact. |
void |
setDescription(java.lang.String descriptionVal)
Sets the description. |
void |
setHardware(java.lang.String hardwareVal)
Sets the hardware. |
void |
setName(java.lang.String nameVal)
Sets the name. |
void |
setSoftware(java.lang.String softwareVal)
Sets the software. |
void |
setSource(TermSource source)
|
void |
setType(Term typeVal)
Sets the type. |
void |
setUrl(java.lang.String urlVal)
Sets the url. |
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, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@Deprecated public Protocol()
public Protocol(java.lang.String name, Term type, TermSource source)
name
- the name.type
- the type.source
- the source.Method Detail |
---|
@Length(max=254) public java.lang.String getContact()
public void setContact(java.lang.String contactVal)
contactVal
- the contact@Length(max=2000) public java.lang.String getDescription()
public void setDescription(java.lang.String descriptionVal)
descriptionVal
- the description@Length(max=254) public java.lang.String getHardware()
public void setHardware(java.lang.String hardwareVal)
hardwareVal
- the hardware@Length(min=1, max=254) @NotNull public java.lang.String getName()
public void setName(java.lang.String nameVal)
nameVal
- the name@Length(max=254) public java.lang.String getSoftware()
public void setSoftware(java.lang.String softwareVal)
softwareVal
- the software@NotNull public Term getType()
public void setType(Term typeVal)
typeVal
- the type@Length(max=254) public java.lang.String getUrl()
public void setUrl(java.lang.String urlVal)
urlVal
- the urlpublic java.util.Set<Parameter> getParameters()
@NotNull public TermSource getSource()
public void setSource(TermSource source)
source
- the source to setpublic 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 |