Package org.icatproject
Class UserGroup
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.UserGroup
-
public class UserGroup extends EntityBaseBean
Java class for userGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userGroup"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="grouping" type="{http://icatproject.org}grouping" minOccurs="0"/> <element name="user" type="{http://icatproject.org}user" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Groupinggroupingprotected Useruser-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description UserGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroupinggetGrouping()Gets the value of the grouping property.UsergetUser()Gets the value of the user property.voidsetGrouping(Grouping value)Sets the value of the grouping property.voidsetUser(User value)Sets the value of the user property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-