Class CarddavResourceContent

    • Constructor Detail

      • CarddavResourceContent

        public CarddavResourceContent()
        Constructor
    • Method Detail

      • setParent

        public void setParent​(CarddavColNode val)
        Set the object's collection
        Parameters:
        val - CarddavColNode object's collection
      • getParent

        public CarddavColNode getParent()
        Get the object's collection
        Returns:
        BwCalendar the object's collection
      • setName

        public void setName​(String val)
        Set the name
        Parameters:
        val - String name
      • getName

        public String getName()
        Get the name
        Returns:
        String name
      • setValue

        public void setValue​(byte[] val)
        Set the value
        Parameters:
        val - byte[]
      • getValue

        public byte[] getValue()
        Get the value
        Returns:
        byte[] length
      • copyTo

        public void copyTo​(CarddavResourceContent val)
        Copy this objects values into the parameter
        Parameters:
        val -
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object