com.silanis.esl.sdk
Class SignatureId

java.lang.Object
  extended by com.silanis.esl.sdk.SignatureId
All Implemented Interfaces:
Serializable

public class SignatureId
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SignatureId(String id)
          Constructor of the PackageId class
 
Method Summary
 boolean equals(Object other)
           
 String getId()
          Accessor method used to get the package ID
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignatureId

public SignatureId(String id)

Constructor of the PackageId class

Parameters:
id - the ID of the package. It cannot be null or empty
Method Detail

getId

public String getId()

Accessor method used to get the package ID

Returns:
the ID of the package

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright 2014, Silanis Technology, Inc. All rights reserved.