Package org.appng.appngizer.model.xml
Class Nameable
- java.lang.Object
-
- org.appng.appngizer.model.xml.Linkable
-
- org.appng.appngizer.model.xml.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>
-
-
Constructor Summary
Constructors Constructor Description Nameable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
name
protected String name
-
-