Class JpaContentZoneItemList
java.lang.Object
com.broadleafcommerce.content.provider.jpa.domain.JpaContentZoneItemList
- All Implemented Interfaces:
com.broadleafcommerce.translation.mapping.SubIdentifiable
,Serializable
public class JpaContentZoneItemList
extends Object
implements Serializable, com.broadleafcommerce.translation.mapping.SubIdentifiable
Persistent counterpart to
ContentZoneItemList
.- Author:
- Nathan Moore (nathandmoore)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getId()
getItems()
getName()
int
hashCode()
void
setDisplayRule
(String displayRule) void
void
setItems
(List<JpaContentZoneItem> items) void
toString()
-
Constructor Details
-
JpaContentZoneItemList
public JpaContentZoneItemList()
-
-
Method Details
-
getId
- Specified by:
getId
in interfacecom.broadleafcommerce.translation.mapping.SubIdentifiable
- See Also:
-
getName
- See Also:
-
getItems
- See Also:
-
getDisplayRule
- See Also:
-
setId
- Specified by:
setId
in interfacecom.broadleafcommerce.translation.mapping.SubIdentifiable
- See Also:
-
setName
- See Also:
-
setItems
- See Also:
-
setDisplayRule
- See Also:
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-