org.broadleafcommerce.common.site.domain
Class CatalogImpl

java.lang.Object
  extended by org.broadleafcommerce.common.site.domain.CatalogImpl
All Implemented Interfaces:
Serializable, Catalog

@Entity
public class CatalogImpl
extends Object
implements Catalog

Author:
Jeff Fischer
See Also:
Serialized Form

Field Summary
protected  Long id
           
protected  String name
           
protected  List<Site> sites
           
 
Constructor Summary
CatalogImpl()
           
 
Method Summary
 void checkCloneable(Catalog catalog)
           
 Catalog clone()
           
 Long getId()
           
 String getName()
           
 List<Site> getSites()
           
 void setId(Long id)
           
 void setName(String name)
           
 void setSites(List<Site> sites)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Long id

name

protected String name

sites

protected List<Site> sites
Constructor Detail

CatalogImpl

public CatalogImpl()
Method Detail

getId

public Long getId()
Specified by:
getId in interface Catalog

setId

public void setId(Long id)
Specified by:
setId in interface Catalog

getName

public String getName()
Specified by:
getName in interface Catalog

setName

public void setName(String name)
Specified by:
setName in interface Catalog

getSites

public List<Site> getSites()
Specified by:
getSites in interface Catalog

setSites

public void setSites(List<Site> sites)
Specified by:
setSites in interface Catalog

checkCloneable

public void checkCloneable(Catalog catalog)
                    throws CloneNotSupportedException,
                           SecurityException,
                           NoSuchMethodException
Throws:
CloneNotSupportedException
SecurityException
NoSuchMethodException

clone

public Catalog clone()
Overrides:
clone in class Object


Copyright © 2013. All Rights Reserved.