public class Like extends Object
Like(LikeEntity likeEntity)
Like(long contentId, String username, Date createdDate)
boolean
equals(Object obj)
long
getContentId()
Date
getCreatedDate()
String
getUsername()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Like(long contentId, String username, Date createdDate)
public Like(LikeEntity likeEntity)
public long getContentId()
public String getUsername()
public Date getCreatedDate()
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2003–2016 Atlassian. All rights reserved.