Class SecurityObject

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    AccessControlList, ACLProxy

    public abstract class SecurityObject
    extends IdentifiableElement
    implements java.io.Serializable
    Object holding security <p>Java class for SecurityObject complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SecurityObject"&gt; &lt;complexContent&gt; &lt;extension base="{http://flower.com/docs/domain/common}IdentifiableElement"&gt; &lt;attribute name="name" use="required"&gt; &lt;simpleType&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;maxLength value="30"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; &lt;/attribute&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      SecurityObject()
      Default no-arg constructor abc
      SecurityObject​(Id id, java.lang.String name)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the value of the name property.
      void setName​(java.lang.String value)
      Sets the value of the name property.
      • Methods inherited from class java.lang.Object

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

      • name

        protected java.lang.String name
    • Constructor Detail

      • SecurityObject

        public SecurityObject()
        Default no-arg constructor abc
      • SecurityObject

        public SecurityObject​(Id id,
                              java.lang.String name)
        Fully-initialising value constructor
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String