Class RemoteStatus


  • @Entity
    public class RemoteStatus
    extends java.lang.Object
    Information about an entity that was copied from a remote api. Entities using this class should implement RemoteSynchronizable
    See Also:
    RemoteSynchronizable
    • Constructor Detail

      • RemoteStatus

        protected RemoteStatus()
      • RemoteStatus

        public RemoteStatus​(java.lang.String url,
                            RemoteAPI api)
    • Method Detail

      • getId

        public java.lang.Long getId()
      • setId

        public void setId​(java.lang.Long id)
      • getURL

        public java.lang.String getURL()
      • setURL

        public void setURL​(java.lang.String url)
      • getRemoteHashCode

        public int getRemoteHashCode()
      • setRemoteHashCode

        public void setRemoteHashCode​(int remoteHashCode)
      • getReadBy

        public User getReadBy()
      • setReadBy

        public void setReadBy​(User readBy)
      • getLastUpdate

        public java.util.Date getLastUpdate()
      • setLastUpdate

        public void setLastUpdate​(java.util.Date lastUpdate)