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="{http://icatproject.org}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="{http://icatproject.org}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, setModTime
protected String crudFlags
protected boolean d
protected Group group
protected String what
public String getCrudFlags()
String
public void setCrudFlags(String value)
value
- allowed object is
String
public boolean isD()
public void setD(boolean value)
public Group getGroup()
Group
public void setGroup(Group value)
value
- allowed object is
Group
public String getWhat()
String
Copyright © 2012 The ICAT Collaboration. All Rights Reserved.