com.atlassian.jira.rpc.soap.beans
Class AbstractRemoteEntity

java.lang.Object
  extended by com.atlassian.jira.rpc.soap.beans.AbstractRemoteEntity
Direct Known Subclasses:
AbstractNamedRemoteEntity, RemoteAttachment, RemoteIssue

public abstract class AbstractRemoteEntity
extends java.lang.Object


Constructor Summary
AbstractRemoteEntity()
           
AbstractRemoteEntity(org.ofbiz.core.entity.GenericValue gv)
           
AbstractRemoteEntity(java.lang.String id)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 int hashCode()
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRemoteEntity

public AbstractRemoteEntity()

AbstractRemoteEntity

public AbstractRemoteEntity(org.ofbiz.core.entity.GenericValue gv)

AbstractRemoteEntity

public AbstractRemoteEntity(java.lang.String id)
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2004-2011 Atlassian. All Rights Reserved.