public class PhysicalStoreFulfillmentCenterRelationshipAccessBean
extends com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Constructor and Description |
---|
PhysicalStoreFulfillmentCenterRelationshipAccessBean() |
PhysicalStoreFulfillmentCenterRelationshipAccessBean(java.lang.Integer physicalStoreId,
java.lang.Integer fulfillmentCenterId,
java.lang.Long addressId) |
PhysicalStoreFulfillmentCenterRelationshipAccessBean(PhysicalStoreFulfillmentCenterRelationship entity) |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
findByFulfillmentCenterId(java.lang.Integer fulfillmentCenterId) |
java.util.Enumeration |
findByPhysicalStoreId(java.lang.Integer physicalStoreId) |
java.util.Enumeration |
findByPhysicalStoreIdAndFulfillmentCenterId(java.lang.Integer physicalStoreId,
java.lang.Integer fulfillmentCenterId) |
java.lang.Long |
getAddressId() |
PhysicalStoreFulfillmentCenterRelationship |
getEntity() |
java.lang.Integer |
getFulfillmentCenterId() |
java.lang.Integer |
getPhysicalStoreFulfillmentCenterRelationshipId() |
java.lang.Integer |
getPhysicalStoreId() |
void |
instantiateEntity() |
void |
setAddressId(java.lang.Long addressId) |
void |
setFulfillmentCenterId(java.lang.Integer fulfillmentCenterId) |
void |
setInitKey_physicalStoreFulfillmentCenterRelationshipId(java.lang.Integer physicalStoreFulfillmentCenterRelationshipId) |
void |
setPhysicalStoreId(java.lang.Integer physicalStoreId) |
public static final java.lang.String COPYRIGHT
public PhysicalStoreFulfillmentCenterRelationshipAccessBean()
public PhysicalStoreFulfillmentCenterRelationshipAccessBean(PhysicalStoreFulfillmentCenterRelationship entity)
public PhysicalStoreFulfillmentCenterRelationshipAccessBean(java.lang.Integer physicalStoreId, java.lang.Integer fulfillmentCenterId, java.lang.Long addressId)
public void setInitKey_physicalStoreFulfillmentCenterRelationshipId(java.lang.Integer physicalStoreFulfillmentCenterRelationshipId)
public java.util.Enumeration findByPhysicalStoreId(java.lang.Integer physicalStoreId)
public java.util.Enumeration findByFulfillmentCenterId(java.lang.Integer fulfillmentCenterId)
public java.util.Enumeration findByPhysicalStoreIdAndFulfillmentCenterId(java.lang.Integer physicalStoreId, java.lang.Integer fulfillmentCenterId)
public java.lang.Integer getPhysicalStoreFulfillmentCenterRelationshipId()
public void setFulfillmentCenterId(java.lang.Integer fulfillmentCenterId)
public java.lang.Integer getFulfillmentCenterId()
public void setPhysicalStoreId(java.lang.Integer physicalStoreId)
public java.lang.Integer getPhysicalStoreId()
public void setAddressId(java.lang.Long addressId)
public java.lang.Long getAddressId()
public void instantiateEntity()
instantiateEntity
in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
public PhysicalStoreFulfillmentCenterRelationship getEntity()
getEntity
in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean