org.hibernate.test.version.sybase
Class User

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

public class User
extends Object

Implementation of User.


Constructor Summary
User()
           
User(String username)
           
 
Method Summary
 Set getGroups()
           
 Long getId()
           
 Set getPermissions()
           
 byte[] getTimestamp()
           
 String getUsername()
           
 void setGroups(Set groups)
           
 void setId(Long id)
           
 void setPermissions(Set permissions)
           
 void setTimestamp(byte[] timestamp)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()

User

public User(String username)
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getTimestamp

public byte[] getTimestamp()

setTimestamp

public void setTimestamp(byte[] timestamp)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getGroups

public Set getGroups()

setGroups

public void setGroups(Set groups)

getPermissions

public Set getPermissions()

setPermissions

public void setPermissions(Set permissions)


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