it.eng.rdlab.soa3.um.rest.bean
Class GroupModel

java.lang.Object
  extended by it.eng.rdlab.soa3.um.rest.bean.GroupModel

public class GroupModel
extends Object

This class models group information

Version:
1.0
Author:
Ermanno Travaglino

Constructor Summary
GroupModel()
           
 
Method Summary
 String getDescription()
           
 String getGroupId()
           
 String getGroupName()
           
 void setDescription(String description)
           
 void setGroupId(String groupId)
           
 void setGroupName(String groupName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupModel

public GroupModel()
Method Detail

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getGroupName

public String getGroupName()

setGroupName

public void setGroupName(String groupName)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)


Copyright © 2013. All Rights Reserved.