com.epam.cmemdp.config.beans
Class Group

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

public class Group
extends java.lang.Object
implements Findable


Constructor Summary
Group()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String getCode()
          Gets the value of the code property.
 java.lang.String getSubchannel()
          Gets the value of the subchannel property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 void setSubchannel(java.lang.String subchannel)
          Sets the value of the subchannel property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group

public Group()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getCode

public java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getSubchannel

public java.lang.String getSubchannel()
Gets the value of the subchannel property.

Returns:
possible object is String

setSubchannel

public void setSubchannel(java.lang.String subchannel)
Sets the value of the subchannel property.

Parameters:
subchannel - 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.