za.org.coefficient.core
Class CoefficientConfiguration

java.lang.Object
  extended by za.org.coefficient.core.CoefficientConfiguration
All Implemented Interfaces:
java.io.Serializable

public class CoefficientConfiguration
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.String forClass
           
private  java.lang.Long id
           
private  java.util.Map properties
           
 
Constructor Summary
CoefficientConfiguration()
           
 
Method Summary
 void addProperty(java.lang.String key, java.lang.String value)
           
 java.lang.String getForClass()
          Gets the value of forClazz
 java.lang.Long getId()
          Gets the value of id
 java.util.Map getProperties()
          Gets the value of Properties
 java.lang.String getProperty(java.lang.String key)
           
 void setForClass(java.lang.String clazz)
          Sets the value of forClass
 void setId(java.lang.Long argId)
          Sets the value of id
 void setProperties(java.util.Map argProperties)
          Sets the value of Properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

private java.lang.Long id

forClass

private java.lang.String forClass

properties

private java.util.Map properties
Constructor Detail

CoefficientConfiguration

public CoefficientConfiguration()
Method Detail

setId

public void setId(java.lang.Long argId)
Sets the value of id

Parameters:
argId - Value to assign to this.id

getId

public java.lang.Long getId()
Gets the value of id

Returns:
the value of id

setForClass

public void setForClass(java.lang.String clazz)
Sets the value of forClass

Parameters:
clazz - Value to assign to this.forClazz

getForClass

public java.lang.String getForClass()
Gets the value of forClazz

Returns:
the value of forClazz

setProperties

public void setProperties(java.util.Map argProperties)
Sets the value of Properties

Parameters:
argProperties - Value to assign to this.Properties

getProperties

public java.util.Map getProperties()
Gets the value of Properties

Returns:
the value of Properties

addProperty

public void addProperty(java.lang.String key,
                        java.lang.String value)

getProperty

public java.lang.String getProperty(java.lang.String key)


Copyright CSIR. All Rights Reserved.