Package org.icatproject
Class Rule
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Rule
-
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>
-
-
Constructor Summary
Constructors Constructor Description Rule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribute()Gets the value of the attribute property.StringgetCrudFlags()Gets the value of the crudFlags property.GroupinggetGrouping()Gets the value of the grouping property.StringgetSearchJPQL()Gets the value of the searchJPQL property.StringgetWhat()Gets the value of the what property.voidsetAttribute(String value)Sets the value of the attribute property.voidsetCrudFlags(String value)Sets the value of the crudFlags property.voidsetGrouping(Grouping value)Sets the value of the grouping property.voidsetSearchJPQL(String value)Sets the value of the searchJPQL property.voidsetWhat(String value)Sets the value of the what property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Method Detail
-
getAttribute
public String getAttribute()
Gets the value of the attribute property.- Returns:
- possible object is
String
-
setAttribute
public void setAttribute(String value)
Sets the value of the attribute property.- Parameters:
value- allowed object isString
-
getCrudFlags
public String getCrudFlags()
Gets the value of the crudFlags property.- Returns:
- possible object is
String
-
setCrudFlags
public void setCrudFlags(String value)
Sets the value of the crudFlags property.- Parameters:
value- allowed object isString
-
getGrouping
public Grouping getGrouping()
Gets the value of the grouping property.- Returns:
- possible object is
Grouping
-
setGrouping
public void setGrouping(Grouping value)
Sets the value of the grouping property.- Parameters:
value- allowed object isGrouping
-
getSearchJPQL
public String getSearchJPQL()
Gets the value of the searchJPQL property.- Returns:
- possible object is
String
-
setSearchJPQL
public void setSearchJPQL(String value)
Sets the value of the searchJPQL property.- Parameters:
value- allowed object isString
-
getWhat
public String getWhat()
Gets the value of the what property.- Returns:
- possible object is
String
-
-