public class PLGLogCollectionGeneratorConfiguration
extends java.lang.Object
Constructor and Description |
---|
PLGLogCollectionGeneratorConfiguration(java.lang.String name,
PLGLogGeneratorConfiguration singleLog,
int logNo) |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getCreationDate() |
int |
getLogNo() |
java.lang.String |
getName() |
PLGLogGeneratorConfiguration |
getSingleLog() |
void |
setLogNo(int logNo) |
void |
setName(java.lang.String collectionName) |
void |
setSingleLog(PLGLogGeneratorConfiguration singleLog) |
public PLGLogCollectionGeneratorConfiguration(java.lang.String name, PLGLogGeneratorConfiguration singleLog, int logNo)
public java.util.Date getCreationDate()
public java.lang.String getName()
public void setName(java.lang.String collectionName)
public PLGLogGeneratorConfiguration getSingleLog()
public void setSingleLog(PLGLogGeneratorConfiguration singleLog)
public int getLogNo()
public void setLogNo(int logNo)