org.eobjects.datacleaner.monitor.shared.model
Class TenantIdentifier

java.lang.Object
  extended by org.eobjects.datacleaner.monitor.shared.model.TenantIdentifier
All Implemented Interfaces:
Serializable

public class TenantIdentifier
extends Object
implements Serializable

Identifier object for a Tenant of the DataCleaner monitor web app.

See Also:
Serialized Form

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

Constructor Detail

TenantIdentifier

public TenantIdentifier()

TenantIdentifier

public TenantIdentifier(String id)
Method Detail

getId

public String getId()

setId

public void setId(String id)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Human Inference. All Rights Reserved.