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  java.lang.String classNamePrefix
           
protected  java.lang.String classNameSuffix
           
 
Fields inherited from class org.plasma.config.Configuration
properties
 
Constructor Summary
ClassProvisioning()
           
 
Method Summary
 java.lang.String getClassNamePrefix()
          Gets the value of the classNamePrefix property.
 java.lang.String getClassNameSuffix()
          Gets the value of the classNameSuffix property.
 void setClassNamePrefix(java.lang.String value)
          Sets the value of the classNamePrefix property.
 void setClassNameSuffix(java.lang.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 java.lang.String classNamePrefix

classNameSuffix

protected java.lang.String classNameSuffix
Constructor Detail

ClassProvisioning

public ClassProvisioning()
Method Detail

getClassNamePrefix

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

Returns:
possible object is String

setClassNamePrefix

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

Parameters:
value - allowed object is String

getClassNameSuffix

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

Returns:
possible object is String

setClassNameSuffix

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

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.