com.atlassian.confluence.plugins.like.rest.entities
Class LikeEntity

java.lang.Object
  extended by com.atlassian.confluence.plugins.like.rest.entities.LikeEntity

public class LikeEntity
extends Object


Constructor Summary
LikeEntity()
           
LikeEntity(String username)
           
LikeEntity(UserEntity userEntity)
           
 
Method Summary
 String getContentId()
           
 UserEntity getUserEntity()
           
 void setContentId(String contentId)
           
 void setUserEntity(UserEntity userEntity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LikeEntity

public LikeEntity()

LikeEntity

public LikeEntity(String username)

LikeEntity

public LikeEntity(UserEntity userEntity)
Method Detail

getUserEntity

public UserEntity getUserEntity()

setUserEntity

public void setUserEntity(UserEntity userEntity)

getContentId

public String getContentId()

setContentId

public void setContentId(String contentId)


Copyright © 2003-2013 Atlassian. All Rights Reserved.