Class WSSubscription


  • public class WSSubscription
    extends Object
    Simple value object for getting the subscription details
    Since:
    6.5
    Author:
    Marco Meschieri - LogicalDOC
    • Constructor Detail

      • WSSubscription

        public WSSubscription()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getObjectId

        public long getObjectId()
      • setObjectId

        public void setObjectId​(long objectId)
      • getFileType

        public String getFileType()
      • setFileType

        public void setFileType​(String fileType)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getId

        public long getId()
      • setId

        public void setId​(long id)
      • getCreation

        public String getCreation()
      • setCreation

        public void setCreation​(String creation)
      • getEvents

        public String getEvents()
      • setEvents

        public void setEvents​(String events)
      • getColor

        public String getColor()
      • setColor

        public void setColor​(String color)