edu.iastate.metnet.dao
Class GroupObject
java.lang.Object
edu.iastate.metnet.dao.GroupObject
- All Implemented Interfaces:
- java.io.Serializable
public class GroupObject
- extends java.lang.Object
- implements java.io.Serializable
- Author:
- Jie Li
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupObject
public GroupObject()
GroupObject
public GroupObject(GroupList groupList)
getGroupShareList
public java.util.Vector getGroupShareList()
- Returns:
- Returns the groupShareList.
setGroupShareList
public void setGroupShareList(java.util.Vector groupShareList)
- Parameters:
groupShareList - The groupShareList to set.
getGroupMemberList
public java.util.Vector getGroupMemberList()
- Returns:
- Returns the groupMemberList.
setGroupMemberList
public void setGroupMemberList(java.util.Vector groupMemberList)
- Parameters:
groupMemberList - The groupMemberList to set.
getGroupList
public GroupList getGroupList()
- Returns:
- Returns the groupList.
setGroupList
public void setGroupList(GroupList groupList)
- Parameters:
groupList - The groupList to set.
getGroupid
public java.lang.Integer getGroupid()
- Returns:
getGroupname
public java.lang.String getGroupname()
- Returns:
getOwner
public java.lang.String getOwner()
- Returns: