org.norther.tammi.root.realm
Class PersistentGroupUser.Id

java.lang.Object
  extended by org.norther.tammi.root.realm.PersistentGroupUser.Id
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
PersistentGroupUser

public static class PersistentGroupUser.Id
extends Object
implements Cloneable, Serializable

An inner class for a composite id.

See Also:
Serialized Form

Constructor Summary
PersistentGroupUser.Id()
          Constructs a new id.
 
Method Summary
 Object clone()
           
 boolean equals(Object other)
           
 Object getGroupId()
          Gets the group id.
 Object getUserId()
          Gets the user id.
 int hashCode()
           
 void setGroupId(Object id)
          Sets the group id.
 void setUserId(Object id)
          Sets the user id.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentGroupUser.Id

public PersistentGroupUser.Id()
Constructs a new id.

Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

getGroupId

public Object getGroupId()
Gets the group id.

Returns:
the group id.

setGroupId

public void setGroupId(Object id)
Sets the group id.

Parameters:
id - the group id.

getUserId

public Object getUserId()
Gets the user id.

Returns:
the user id.

setUserId

public void setUserId(Object id)
Sets the user id.

Parameters:
id - the user id.


Copyright © 2004 The Norther Organization. All rights reserved.