|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.principal.importprincipal.PrincipalReaderConfig
public class PrincipalReaderConfig
Value Object that holds the config values of a Reading.
Constructor Summary | |
---|---|
PrincipalReaderConfig()
|
Method Summary | |
---|---|
String |
getConfigFile()
Get config file path |
String |
getId()
Get id |
Date |
getLastRun()
Get date of last execution |
String |
getOrigin()
Get the origin |
String |
getOutputFile()
Get the output file path |
void |
setConfigFile(String configFile)
Set config file path |
void |
setId(String id)
Set id |
void |
setLastRun(Date lastRun)
Set date of last execution |
void |
setOrigin(String origin)
Set Origin |
void |
setOutputFile(String outputFile)
Set the output file path |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrincipalReaderConfig()
Method Detail |
---|
public String getConfigFile()
public void setConfigFile(String configFile)
configFile
- public String getId()
public void setId(String id)
id
- public Date getLastRun()
public void setLastRun(Date lastRun)
lastRun
- public String getOrigin()
public void setOrigin(String origin)
origin
- public String getOutputFile()
public void setOutputFile(String outputFile)
outputFile
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |