public class Keyword extends EntityBaseBean
Java class for keyword complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="keyword">
   <complexContent>
     <extension base="{client.icat3.uk}entityBaseBean">
       <sequence>
         <element name="investigation" type="{client.icat3.uk}investigation" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Investigation | investigation | 
| protected String | name | 
createId, createTime, id, modId, modTime| Constructor and Description | 
|---|
| Keyword() | 
| Modifier and Type | Method and Description | 
|---|---|
| Investigation | getInvestigation()Gets the value of the investigation property. | 
| String | getName()Gets the value of the name property. | 
| void | setInvestigation(Investigation value)Sets the value of the investigation property. | 
| void | setName(String value)Sets the value of the name property. | 
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Investigation investigation
protected String name
public Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
     Investigationpublic String getName()
StringCopyright © 2013 The ICAT Collaboration. All Rights Reserved.