|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.domain.impl.AbstractEpDomainImpl
com.elasticpath.domain.impl.AbstractPersistenceImpl
com.elasticpath.domain.impl.AbstractValueObjectImpl
com.elasticpath.domain.attribute.impl.AttributeGroupAttributeImpl
public class AttributeGroupAttributeImpl
This is a default implementation of AttributeGroupAttribute.
| Field Summary | |
|---|---|
static long |
serialVersionUID
Serial version id. |
| Constructor Summary | |
|---|---|
AttributeGroupAttributeImpl()
|
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object object)
Compares this instance with the given instance for ordering. |
Attribute |
getAttribute()
Get the Attribute. |
int |
getOrdering()
Get the ordering number. |
void |
setAttribute(Attribute attribute)
Set the Attribute. |
void |
setOrdering(int ordering)
Set the ordering number. |
| Methods inherited from class com.elasticpath.domain.impl.AbstractPersistenceImpl |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from class com.elasticpath.domain.impl.AbstractEpDomainImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public AttributeGroupAttributeImpl()
| Method Detail |
|---|
public int compareTo(java.lang.Object object)
throws EpDomainException
compareTo in interface java.lang.Comparableobject - the given object
EpDomainException - if the given object is not a AttributeGroupAttributepublic Attribute getAttribute()
getAttribute in interface AttributeGroupAttributepublic int getOrdering()
getOrdering in interface AttributeGroupAttributepublic void setAttribute(Attribute attribute)
setAttribute in interface AttributeGroupAttributeattribute - the Attribute to setpublic void setOrdering(int ordering)
setOrdering in interface AttributeGroupAttributeordering - the ordering number
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||