Class GlassfishDomain.Property

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    GlassfishDomain

    public static class GlassfishDomain.Property
    extends java.lang.Object
    implements java.io.Serializable
    The type Property.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Property()
      Instantiates a new Property.
      Property​(java.lang.String name, java.lang.String value)
      Instantiates a new Property.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Property

        public Property()
        Instantiates a new Property.
      • Property

        public Property​(java.lang.String name,
                        java.lang.String value)
        Instantiates a new Property.
        Parameters:
        name - the name
        value - the value