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>
Modifier and Type | Field and Description |
---|---|
protected Grouping |
grouping |
protected User |
user |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
UserGroup() |
Modifier and Type | Method and Description |
---|---|
Grouping |
getGrouping()
Gets the value of the grouping property.
|
User |
getUser()
Gets the value of the user property.
|
void |
setGrouping(Grouping value)
Sets the value of the grouping property.
|
void |
setUser(User value)
Sets the value of the user property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
Copyright © 2022 The ICAT Collaboration. All rights reserved.