|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpConstantImpl
public abstract class AbstractEpConstantImpl
* The default implementation of EpConstant.
| Field Summary | |
|---|---|
static long |
serialVersionUID
Serial version id. |
| Constructor Summary | |
|---|---|
AbstractEpConstantImpl()
|
|
| Method Summary | |
|---|---|
int |
getCode()
Return the code. |
java.lang.String |
getDescription()
Return the description. |
void |
setCode(int code)
Set the code. |
void |
setDescription(java.lang.String description)
Set the description. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public AbstractEpConstantImpl()
| Method Detail |
|---|
public int getCode()
getCode in interface EpConstantpublic java.lang.String getDescription()
getDescription in interface EpConstantpublic void setCode(int code)
setCode in interface EpConstantcode - the code.public void setDescription(java.lang.String description)
setDescription in interface EpConstantdescription - the description.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||