Class NotificationResourceData

    • Constructor Detail

      • NotificationResourceData

        public NotificationResourceData​(NotificationResourceData notificationResourceData)
        Constructs a new instance as a copy of the specified notification resource data.
        Parameters:
        notificationResourceData - the NotificationResourceData instance to copy.
    • Method Detail

      • fillFrom

        public final void fillFrom​(NotificationResourceData notificationResourceData)
        Copying all data from the given resource excepted the id
        Parameters:
        notificationResourceData - the data from which all is copied.
      • beforeUpdate

        public void beforeUpdate()
      • isValid

        public boolean isValid()
      • setId

        public void setId​(Long id)
      • getResourceId

        public String getResourceId()
      • setResourceId

        public void setResourceId​(Number resourceId)
      • setResourceId

        public void setResourceId​(String resourceId)
      • getResourceType

        public String getResourceType()
      • setResourceType

        public void setResourceType​(String resourceType)
      • getResourceName

        public String getResourceName()
      • setResourceName

        public void setResourceName​(String resourceName)
      • getResourceDescription

        public String getResourceDescription()
      • setResourceDescription

        public void setResourceDescription​(String resourceDescription)
      • getResourceLocation

        public String getResourceLocation()
      • setResourceLocation

        public void setResourceLocation​(String resourceLocation)
      • getResourceUrl

        public String getResourceUrl()
      • setResourceUrl

        public void setResourceUrl​(String resourceUrl)
      • getComponentInstanceId

        public String getComponentInstanceId()
      • setComponentInstanceId

        public void setComponentInstanceId​(String componentInstanceId)
      • getAttachmentTargetId

        public String getAttachmentTargetId()
      • setAttachmentTargetId

        public void setAttachmentTargetId​(String targetId)
      • isFeminineGender

        public boolean isFeminineGender()
      • setFeminineGender

        public void setFeminineGender​(boolean gender)
      • getLinkLabel

        public String getLinkLabel()
      • setLinkLabel

        public void setLinkLabel​(String linkLabel)
      • getCurrentLanguage

        public String getCurrentLanguage()
        Gets the current language into which the data are registered and provided by this entity.
        Returns:
        a string.
      • setCurrentLanguage

        public void setCurrentLanguage​(String currentLanguage)
        Sets the current language into which the data are registered and provided by this entity.