Class StructuredContentFieldXrefImpl
java.lang.Object
org.broadleafcommerce.cms.structure.domain.StructuredContentFieldXrefImpl
- All Implemented Interfaces:
Serializable,StructuredContentFieldXref,org.broadleafcommerce.common.copy.MultiTenantCloneable<StructuredContentFieldXref>,org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
@Entity
public class StructuredContentFieldXrefImpl
extends Object
implements StructuredContentFieldXref, Serializable, org.broadleafcommerce.common.extensibility.jpa.copy.ProfileEntity
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Longprotected Stringprotected StructuredContentprotected StructuredContentField -
Constructor Summary
ConstructorsConstructorDescriptionStructuredContentFieldXrefImpl(StructuredContent sc, StructuredContentField scField, String key) -
Method Summary
Modifier and TypeMethodDescription<G extends StructuredContentFieldXref>
org.broadleafcommerce.common.copy.CreateResponse<G>createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) getId()getKey()voidvoidvoidvoid
-
Field Details
-
id
-
structuredContent
-
structuredContentField
-
key
-
-
Constructor Details
-
StructuredContentFieldXrefImpl
public StructuredContentFieldXrefImpl() -
StructuredContentFieldXrefImpl
public StructuredContentFieldXrefImpl(StructuredContent sc, StructuredContentField scField, String key)
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceStructuredContentFieldXref
-
setId
- Specified by:
setIdin interfaceStructuredContentFieldXref
-
getStructuredContent
- Specified by:
getStructuredContentin interfaceStructuredContentFieldXref
-
setStructuredContent
- Specified by:
setStructuredContentin interfaceStructuredContentFieldXref
-
setStrucuturedContentField
- Specified by:
setStrucuturedContentFieldin interfaceStructuredContentFieldXref
-
getStructuredContentField
- Specified by:
getStructuredContentFieldin interfaceStructuredContentFieldXref
-
getKey
- Specified by:
getKeyin interfaceStructuredContentFieldXref
-
setKey
- Specified by:
setKeyin interfaceStructuredContentFieldXref
-
createOrRetrieveCopyInstance
public <G extends StructuredContentFieldXref> org.broadleafcommerce.common.copy.CreateResponse<G> createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) throws CloneNotSupportedException - Specified by:
createOrRetrieveCopyInstancein interfaceorg.broadleafcommerce.common.copy.MultiTenantCloneable<StructuredContentFieldXref>- Throws:
CloneNotSupportedException
-