Class ResourceReference

    • Constructor Detail

      • ResourceReference

        public ResourceReference​(Resource resource)
    • Method Detail

      • getResource

        public Resource getResource()
      • setResource

        public void setResource​(Resource resource)
        Besides setting the resource it also sets the fragmentId to null.
        Parameters:
        resource -
      • getResourceId

        public java.lang.String getResourceId()
        The id of the reference referred to. null of the reference is null or has a null id itself.
        Returns:
        The id of the reference referred to.