jmaster.jumploader.model.api.config
Class SystemConfig

java.lang.Object
  extended by jmaster.jumploader.model.api.config.SystemConfig

public class SystemConfig
extends java.lang.Object

SystemConfig


Field Summary
private  jmaster.util.property.Property properties
          properties to inject
private static java.lang.String PROPERTY
          property file
 
Constructor Summary
SystemConfig(jmaster.jumploader.model.api.IModel model)
          with model
 
Method Summary
 jmaster.util.property.Property getProperties()
           
 void setProperties(jmaster.util.property.Property properties)
           
 java.lang.String toString()
          toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPERTY

private static final java.lang.String PROPERTY
property file

See Also:
Constant Field Values

properties

private jmaster.util.property.Property properties
properties to inject

Constructor Detail

SystemConfig

public SystemConfig(jmaster.jumploader.model.api.IModel model)
with model

Method Detail

toString

public java.lang.String toString()
toString

Overrides:
toString in class java.lang.Object

getProperties

public jmaster.util.property.Property getProperties()

setProperties

public void setProperties(jmaster.util.property.Property properties)