org.apache.olingo.odata2.jpa.processor.ref.model
Class NoteKey
java.lang.Object
org.apache.olingo.odata2.jpa.processor.ref.model.NoteKey
- All Implemented Interfaces:
- Serializable
public class NoteKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
NoteKey
public NoteKey()
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.