org.broadleafcommerce.cms.file.domain
Class StaticAssetDescriptionImpl
java.lang.Object
org.broadleafcommerce.cms.file.domain.StaticAssetDescriptionImpl
- All Implemented Interfaces:
- Serializable, StaticAssetDescription
@Entity
public class StaticAssetDescriptionImpl
- extends Object
- implements StaticAssetDescription
Created by bpolster.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Long id
auditable
protected AdminAuditable auditable
description
protected String description
longDescription
protected String longDescription
StaticAssetDescriptionImpl
public StaticAssetDescriptionImpl()
getId
public Long getId()
- Specified by:
getId in interface StaticAssetDescription
setId
public void setId(Long id)
- Specified by:
setId in interface StaticAssetDescription
getDescription
public String getDescription()
- Specified by:
getDescription in interface StaticAssetDescription
setDescription
public void setDescription(String description)
- Specified by:
setDescription in interface StaticAssetDescription
getLongDescription
public String getLongDescription()
- Specified by:
getLongDescription in interface StaticAssetDescription
setLongDescription
public void setLongDescription(String longDescription)
- Specified by:
setLongDescription in interface StaticAssetDescription
cloneEntity
public StaticAssetDescription cloneEntity()
- Specified by:
cloneEntity in interface StaticAssetDescription
getAuditable
public AdminAuditable getAuditable()
- Specified by:
getAuditable in interface StaticAssetDescription
setAuditable
public void setAuditable(AdminAuditable auditable)
- Specified by:
setAuditable in interface StaticAssetDescription
Copyright © 2012. All Rights Reserved.