java.lang.Object
org.exoplatform.social.metadata.favorite.model.Favorite

public class Favorite extends Object
  • Constructor Details

    • Favorite

      public Favorite()
    • Favorite

      public Favorite(String objectType, String objectId, String parentObjectId, long userIdentityId)
    • Favorite

      public Favorite(String objectType, String objectId, String parentObjectId, long userIdentityId, long spaceId)
  • Method Details

    • getObjectType

      public String getObjectType()
    • getObjectId

      public String getObjectId()
    • getParentObjectId

      public String getParentObjectId()
    • setObjectType

      public void setObjectType(String objectType)
    • setObjectId

      public void setObjectId(String objectId)
    • setParentObjectId

      public void setParentObjectId(String parentObjectId)