Class DataRight

    • Field Detail

      • publish

        protected boolean publish
      • updateOther

        protected boolean updateOther
      • deleteOther

        protected boolean deleteOther
    • Constructor Detail

      • DataRight

        public DataRight()
      • DataRight

        public DataRight​(boolean publish,
                         boolean updateOther,
                         boolean deleteOther,
                         Member author,
                         DataExtension extension)
      • DataRight

        public DataRight​(DataRight other)
    • Method Detail

      • canPublish

        public boolean canPublish​(Data d)
      • canUpdateOther

        public boolean canUpdateOther​(Data d)
      • canDeleteOther

        public boolean canDeleteOther​(Data d)
      • unionRightSet

        public static DataRight unionRightSet​(java.util.TreeSet rightSet)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Data
        Since:
        jcms-4.1
      • getPublish

        public boolean getPublish()
        Get the value of publish.
        Returns:
        Value of publish.
      • setPublish

        public void setPublish​(boolean v)
        Set the value of publish.
        Parameters:
        v - Value to assign to publish.
      • getUpdateOther

        public boolean getUpdateOther()
        Get the value of updateOther.
        Returns:
        Value of updateOther.
      • setUpdateOther

        public void setUpdateOther​(boolean v)
        Set the value of updateOther.
        Parameters:
        v - Value to assign to updateOther.
      • getDeleteOther

        public boolean getDeleteOther()
        Get the value of deleteOther.
        Returns:
        Value of deleteOther.
      • setDeleteOther

        public void setDeleteOther​(boolean v)
        Set the value of deleteOther.
        Parameters:
        v - Value to assign to deleteOther.