org.hibernate.test.version.sybase
Class Group

java.lang.Object
  extended by org.hibernate.test.version.sybase.Group

public class Group
extends Object

Implementation of Group.


Constructor Summary
Group()
           
Group(String name)
           
 
Method Summary
 Long getId()
           
 String getName()
           
 Date getTimestamp()
           
 Set getUsers()
           
 void setId(Long id)
           
 void setName(String name)
           
 void setTimestamp(Date timestamp)
           
 void setUsers(Set users)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()

Group

public Group(String name)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getTimestamp

public Date getTimestamp()

setTimestamp

public void setTimestamp(Date timestamp)

getName

public String getName()

setName

public void setName(String name)

getUsers

public Set getUsers()

setUsers

public void setUsers(Set users)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.