public class NoteObjectAttributes extends Object
Constructor and Description |
---|
NoteObjectAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getAuthorId() |
Date |
getCreatedAt() |
Integer |
getId() |
String |
getNote() |
Integer |
getProjectId() |
Date |
getUpdatedAt() |
String |
getUrl() |
int |
hashCode() |
void |
setAuthorId(Integer authorId) |
void |
setCreatedAt(Date createdAt) |
void |
setId(Integer id) |
void |
setNote(String note) |
void |
setProjectId(Integer projectId) |
void |
setUpdatedAt(Date updatedAt) |
void |
setUrl(String url) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public Integer getProjectId()
public void setProjectId(Integer projectId)
public Integer getAuthorId()
public void setAuthorId(Integer authorId)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public String getNote()
public void setNote(String note)
public String getUrl()
public void setUrl(String url)
Copyright © 2016. All rights reserved.