org.springframework.extensions.surf.util
Class ObjectGUID

java.lang.Object
  extended by org.springframework.extensions.surf.util.ObjectGUID

public class ObjectGUID
extends Object


Field Summary
 String valueAfterMD5
          The value after m d5.
 String valueBeforeMD5
          The value before m d5.
 
Constructor Summary
ObjectGUID()
          Instantiates a new object guid.
ObjectGUID(boolean secure)
          Instantiates a new object guid.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

valueBeforeMD5

public String valueBeforeMD5
The value before m d5.


valueAfterMD5

public String valueAfterMD5
The value after m d5.

Constructor Detail

ObjectGUID

public ObjectGUID()
Instantiates a new object guid.


ObjectGUID

public ObjectGUID(boolean secure)
Instantiates a new object guid.

Parameters:
secure - the secure
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 SpringSource, Inc. All Rights Reserved.