Class Site.CustomProperty

  • Enclosing class:
    Site

    public class Site.CustomProperty
    extends java.lang.Object
    Custom property helper class
    Author:
    Roy Wetherall
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomProperty​(java.lang.String name, java.io.Serializable value, java.lang.String type, java.lang.String title)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getTitle()  
      java.lang.String getType()  
      java.io.Serializable getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomProperty

        public CustomProperty​(java.lang.String name,
                              java.io.Serializable value,
                              java.lang.String type,
                              java.lang.String title)
        Constructor
        Parameters:
        name - property name
        value - property value
        type - property type
        title - property title
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.io.Serializable getValue()
      • getType

        public java.lang.String getType()
      • getTitle

        public java.lang.String getTitle()