public class Rule extends EntityBaseBean
Java class for rule complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="rule">
   <complexContent>
     <extension base="{client.icat3.uk}entityBaseBean">
       <sequence>
         <element name="crudFlags" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="d" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="group" type="{client.icat3.uk}group" minOccurs="0"/>
         <element name="what" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | crudFlags | 
| protected boolean | d | 
| protected Group | group | 
| protected String | what | 
createId, createTime, id, modId, modTime| Constructor and Description | 
|---|
| Rule() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCrudFlags()Gets the value of the crudFlags property. | 
| Group | getGroup()Gets the value of the group property. | 
| String | getWhat()Gets the value of the what property. | 
| boolean | isD()Gets the value of the d property. | 
| void | setCrudFlags(String value)Sets the value of the crudFlags property. | 
| void | setD(boolean value)Sets the value of the d property. | 
| void | setGroup(Group value)Sets the value of the group property. | 
| void | setWhat(String value)Sets the value of the what property. | 
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected String crudFlags
protected boolean d
protected Group group
protected String what
public String getCrudFlags()
Stringpublic void setCrudFlags(String value)
value - allowed object is
     Stringpublic boolean isD()
public void setD(boolean value)
public Group getGroup()
Grouppublic void setGroup(Group value)
value - allowed object is
     Grouppublic String getWhat()
StringCopyright © 2013 The ICAT Collaboration. All Rights Reserved.