Class JpaExportLob
- java.lang.Object
-
- com.broadleafcommerce.common.dataexport.provider.jpa.domain.JpaExportLob
-
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.Identifiable
,Serializable
@Entity public class JpaExportLob extends Object implements com.broadleafcommerce.data.tracking.core.Identifiable, Serializable
- Author:
- Chad Harchar (charchar)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaExportLob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getContent()
String
getId()
String
getPath()
int
hashCode()
void
setContent(String content)
void
setId(String id)
void
setPath(String path)
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfacecom.broadleafcommerce.data.tracking.core.Identifiable
-
getPath
public String getPath()
-
getContent
public String getContent()
-
setId
public void setId(String id)
-
setPath
public void setPath(String path)
-
setContent
public void setContent(String content)
-
canEqual
protected boolean canEqual(Object other)
-
-