Class Nameable

  • Direct Known Subclasses:
    Application, Group, Link, Package, Permission, Property, Repository, Role, Site, Subject

    public abstract class Nameable
    extends Linkable

    Java class for nameable complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="nameable">
       <complexContent>
         <extension base="{http://www.appng.org/schema/appngizer}linkable">
           <attribute name="name" use="required" type="{http://www.appng.org/schema/appngizer}stringNotBlank" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • Nameable

        public Nameable()
    • Method Detail

      • getName

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

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