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="{client.icat3.uk}entityBaseBean">
       <sequence>
         <element name="group" type="{client.icat3.uk}group" minOccurs="0"/>
         <element name="user" type="{client.icat3.uk}user" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Group | group | 
| protected User | user | 
createId, createTime, id, modId, modTime| Constructor and Description | 
|---|
| UserGroup() | 
| Modifier and Type | Method and Description | 
|---|---|
| Group | getGroup()Gets the value of the group property. | 
| User | getUser()Gets the value of the user property. | 
| void | setGroup(Group value)Sets the value of the group property. | 
| void | setUser(User value)Sets the value of the user property. | 
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeCopyright © 2012 The ICAT Collaboration. All Rights Reserved.