org.plasma.config
Class ClassProvisioning

java.lang.Object
  extended by org.plasma.config.Configuration
      extended by org.plasma.config.ClassProvisioning
Direct Known Subclasses:
ImplementationProvisioning, InterfaceProvisioning

public abstract class ClassProvisioning
extends Configuration

Java class for ClassProvisioning complex type.

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

 <complexType name="ClassProvisioning">
   <complexContent>
     <extension base="{http://www.plasma.org/config}Configuration">
       <attribute name="classNamePrefix" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="classNameSuffix" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String classNamePrefix
           
protected  String classNameSuffix
           
 
Fields inherited from class org.plasma.config.Configuration
properties
 
Constructor Summary
ClassProvisioning()
           
 
Method Summary
 String getClassNamePrefix()
          Gets the value of the classNamePrefix property.
 String getClassNameSuffix()
          Gets the value of the classNameSuffix property.
 void setClassNamePrefix(String value)
          Sets the value of the classNamePrefix property.
 void setClassNameSuffix(String value)
          Sets the value of the classNameSuffix property.
 
Methods inherited from class org.plasma.config.Configuration
getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classNamePrefix

protected String classNamePrefix

classNameSuffix

protected String classNameSuffix
Constructor Detail

ClassProvisioning

public ClassProvisioning()
Method Detail

getClassNamePrefix

public String getClassNamePrefix()
Gets the value of the classNamePrefix property.

Returns:
possible object is String

setClassNamePrefix

public void setClassNamePrefix(String value)
Sets the value of the classNamePrefix property.

Parameters:
value - allowed object is String

getClassNameSuffix

public String getClassNameSuffix()
Gets the value of the classNameSuffix property.

Returns:
possible object is String

setClassNameSuffix

public void setClassNameSuffix(String value)
Sets the value of the classNameSuffix property.

Parameters:
value - allowed object is String


Copyright © 2013. All rights reserved.