com.elasticpath.domain.attribute
Interface AttributeGroupAttribute

All Superinterfaces:
java.lang.Comparable, EpDomain, Persistence, java.io.Serializable, ValueObject
All Known Implementing Classes:
AttributeGroupAttributeImpl

public interface AttributeGroupAttribute
extends ValueObject, java.lang.Comparable

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

getAttribute

Attribute getAttribute()
Get the attribute.

Returns:
the attribute

getOrdering

int getOrdering()
Get the ordering number.

Returns:
the ordering number

setAttribute

void setAttribute(Attribute attribute)
Set the attribute.

Parameters:
attribute - the attribute to set

setOrdering

void setOrdering(int ordering)
Set the ordering number.

Parameters:
ordering - the ordering number