com.epam.cmemdp.config.beans
Class Configuration

java.lang.Object
  extended by com.epam.cmemdp.config.beans.Configuration
All Implemented Interfaces:
Findable, java.lang.Comparable

public class Configuration
extends java.lang.Object
implements Findable


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

Configuration

public Configuration()
Method Detail

getChannel

public java.util.List<Channel> getChannel()
Gets the value of the channel property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a 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

Returns:
List of chanels.

getEnvironment

public java.lang.String getEnvironment()
Gets the value of the environment property.

Returns:
possible object is String

setEnvironment

public void setEnvironment(java.lang.String value)
Sets the value of the environment property.

Parameters:
value - allowed object is String

getUpdated

public java.lang.String getUpdated()
Gets the value of the updated property.

Returns:
possible object is String

setUpdated

public void setUpdated(java.lang.String value)
Sets the value of the updated property.

Parameters:
value - allowed object is String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.