|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeGroupAttribute
Represents an association between an Attribute and an AttributeGroup.
| Method Summary | |
|---|---|
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 interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
Attribute getAttribute()
int getOrdering()
void setAttribute(Attribute attribute)
attribute - the attribute to setvoid setOrdering(int ordering)
ordering - the ordering number
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||