org.apache.olingo.odata2.jpa.processor.ref.model
Class NoteKey

java.lang.Object
  extended by org.apache.olingo.odata2.jpa.processor.ref.model.NoteKey
All Implemented Interfaces:
Serializable

public class NoteKey
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
NoteKey()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCreatedBy()
           
 Calendar getCreationDate()
           
 Calendar getCreationTime()
           
 int hashCode()
           
 void setCreatedBy(String createdBy)
           
 void setCreationDate(Calendar creationDate)
           
 void setCreationTime(Calendar creationTime)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoteKey

public NoteKey()
Method Detail

getCreationTime

public Calendar getCreationTime()

setCreationTime

public void setCreationTime(Calendar creationTime)

getCreationDate

public Calendar getCreationDate()

setCreationDate

public void setCreationDate(Calendar creationDate)

getCreatedBy

public String getCreatedBy()

setCreatedBy

public void setCreatedBy(String createdBy)

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.