java.lang.Object
org.gcube.common.storagehub.model.items.RootItem
org.gcube.common.storagehub.model.messages.Message
org.gcube.social_networking.socialnetworking.model.beans.MessageInbox

public class MessageInbox extends org.gcube.common.storagehub.model.messages.Message
Used for serialization
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.gcube.common.storagehub.model.messages.Message

    getAddresses, getBody, getCreationTime, getSender, getSubject, isOpened, isRead, isWithAttachments, setAddresses, setBody, setCreationTime, setOpened, setRead, setSender, setSubject, setWithAttachments

    Methods inherited from class org.gcube.common.storagehub.model.items.RootItem

    canEqual, equals, getId, getName, getParentId, getParentPath, getPath, getPrimaryType, getRelatedNode, hashCode, setId, setName, setParentId, setParentPath, setPath, setPrimaryType, setRelatedNode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MessageInbox

      public MessageInbox()
  • Method Details