Apache CXF API

org.apache.cxf.xkms.client
Class X509AppId

java.lang.Object
  extended by org.apache.cxf.xkms.client.X509AppId

public class X509AppId
extends Object


Constructor Summary
X509AppId(Applications application, String id)
           
 
Method Summary
 boolean equals(Object obj)
           
 Applications getApplication()
           
 String getId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

X509AppId

public X509AppId(Applications application,
                 String id)
Method Detail

getApplication

public Applications getApplication()

getId

public String getId()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

Apache CXF API

Apache CXF