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="attribute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="crudFlags" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="grouping" type="{http://icatproject.org}grouping" minOccurs="0"/> <element name="searchJPQL" type="{http://www.w3.org/2001/XMLSchema}string" 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 |
attribute |
protected String |
crudFlags |
protected Grouping |
grouping |
protected String |
searchJPQL |
protected String |
what |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
Rule() |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute()
Gets the value of the attribute property.
|
String |
getCrudFlags()
Gets the value of the crudFlags property.
|
Grouping |
getGrouping()
Gets the value of the grouping property.
|
String |
getSearchJPQL()
Gets the value of the searchJPQL property.
|
String |
getWhat()
Gets the value of the what property.
|
void |
setAttribute(String value)
Sets the value of the attribute property.
|
void |
setCrudFlags(String value)
Sets the value of the crudFlags property.
|
void |
setGrouping(Grouping value)
Sets the value of the grouping property.
|
void |
setSearchJPQL(String value)
Sets the value of the searchJPQL property.
|
void |
setWhat(String value)
Sets the value of the what property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected String attribute
protected String crudFlags
protected Grouping grouping
protected String searchJPQL
protected String what
public String getAttribute()
String
public void setAttribute(String value)
value
- allowed object is
String
public String getCrudFlags()
String
public void setCrudFlags(String value)
value
- allowed object is
String
public Grouping getGrouping()
Grouping
public void setGrouping(Grouping value)
value
- allowed object is
Grouping
public String getSearchJPQL()
String
public void setSearchJPQL(String value)
value
- allowed object is
String
public String getWhat()
String
Copyright © 2022 The ICAT Collaboration. All rights reserved.