org.silverpeas.util
Class UuidPk

java.lang.Object
  extended by org.silverpeas.util.UuidPk
All Implemented Interfaces:
Serializable

@Embeddable
public class UuidPk
extends Object
implements Serializable

Author:
ehugonnet
See Also:
Serialized Form

Constructor Summary
UuidPk()
           
UuidPk(String uuid)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getUuid()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UuidPk

public UuidPk()

UuidPk

public UuidPk(String uuid)
Method Detail

getUuid

public String getUuid()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2016 Silverpeas. All Rights Reserved.