|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.epam.cmemdp.config.beans.Group
public class Group
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 |
---|
public Group()
Method Detail |
---|
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCode()
String
public void setCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubchannel()
String
public void setSubchannel(java.lang.String subchannel)
subchannel
- 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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |