org.broadleafcommerce.openadmin.dto
Class SectionCrumb

java.lang.Object
  extended by org.broadleafcommerce.openadmin.dto.SectionCrumb
All Implemented Interfaces:
Serializable

public class SectionCrumb
extends Object
implements Serializable

Author:
Jeff Fischer
See Also:
Serialized Form

Field Summary
protected  String sectionId
           
protected  String sectionIdentifier
           
 
Constructor Summary
SectionCrumb()
           
 
Method Summary
 boolean equals(Object o)
           
 String getSectionId()
           
 String getSectionIdentifier()
           
 int hashCode()
           
 void setSectionId(String sectionId)
           
 void setSectionIdentifier(String sectionIdentifier)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sectionIdentifier

protected String sectionIdentifier

sectionId

protected String sectionId
Constructor Detail

SectionCrumb

public SectionCrumb()
Method Detail

getSectionIdentifier

public String getSectionIdentifier()

setSectionIdentifier

public void setSectionIdentifier(String sectionIdentifier)

getSectionId

public String getSectionId()

setSectionId

public void setSectionId(String sectionId)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013. All Rights Reserved.