org.jboss.seam.security.management.action
Class GroupDTO
java.lang.Object
org.jboss.seam.security.management.action.GroupDTO
public class GroupDTO
- extends Object
Data transfer object for group information
- Author:
- Shane Bryzak
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupDTO
public GroupDTO()
setName
public void setName(String name)
getName
public String getName()
setGroupType
public void setGroupType(String groupType)
getGroupType
public String getGroupType()
Copyright © 2011 Seam Framework. All Rights Reserved.