com.sun.ejb.containers
Class TimerPrimaryKey

java.lang.Object
  extended by com.sun.ejb.containers.TimerPrimaryKey
All Implemented Interfaces:
Serializable

public class TimerPrimaryKey
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String timerId
           
 
Constructor Summary
TimerPrimaryKey()
           
TimerPrimaryKey(String pk)
           
 
Method Summary
 boolean equals(Object other)
           
 String getTimerId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

timerId

public String timerId
Constructor Detail

TimerPrimaryKey

public TimerPrimaryKey()

TimerPrimaryKey

public TimerPrimaryKey(String pk)
Method Detail

getTimerId

public String getTimerId()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 GlassFish Community. All Rights Reserved.