|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.cmemdp.config.beans.Configuration
public class Configuration
Constructor Summary | |
---|---|
Configuration()
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
java.util.List<Channel> |
getChannel()
Gets the value of the channel property. |
java.lang.String |
getEnvironment()
Gets the value of the environment property. |
java.lang.String |
getUpdated()
Gets the value of the updated property. |
void |
setEnvironment(java.lang.String value)
Sets the value of the environment property. |
void |
setUpdated(java.lang.String value)
Sets the value of the updated property. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Configuration()
Method Detail |
---|
public java.util.List<Channel> getChannel()
set
method for the channel property.
For example, to add a new item, do as follows:
getChannel().add(newItem);Objects of the following type(s) are allowed in the list
Channel
public java.lang.String getEnvironment()
String
public void setEnvironment(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUpdated()
String
public void setUpdated(java.lang.String value)
value
- allowed object is
String
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |