Class ResourceType

  • All Implemented Interfaces:
    java.io.Serializable, ResourceType

    public class ResourceType
    extends java.lang.Object
    implements java.io.Serializable, ResourceType
    a custom resource type
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceType

        public ResourceType()
    • Method Detail

      • getName

        public java.lang.String getName()
        resource type name
        Specified by:
        getName in interface ResourceType
      • setName

        public void setName​(java.lang.String name)
      • getLabel

        public java.lang.String getLabel()
        resource type label (this is what users see in the webUI)
        Specified by:
        getLabel in interface ResourceType
      • setLabel

        public void setLabel​(java.lang.String label)
      • getResourceLabel

        public java.lang.String getResourceLabel()
        resource label expression (this is what users see in the webUI for each resource of this type)
        Specified by:
        getResourceLabel in interface ResourceType
      • setResourceLabel

        public void setResourceLabel​(java.lang.String resourceLabel)
      • setStorageStrategy

        public void setStorageStrategy​(StorageStrategy strategy)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object