org.apache.olingo.odata2.annotation.processor.ref.model
Class RefBase

java.lang.Object
  extended by org.apache.olingo.odata2.annotation.processor.ref.model.RefBase
Direct Known Subclasses:
Room, Team

public abstract class RefBase
extends Object


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

Field Detail

name

protected String name

id

protected String id
Constructor Detail

RefBase

public RefBase()
Method Detail

getName

public String getName()

getId

public String getId()

setName

public void setName(String name)

setId

public void setId(int id)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.