public class StoreBlockReasonCodeAccessBean
extends com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright.
|
Constructor and Description |
---|
StoreBlockReasonCodeAccessBean() |
StoreBlockReasonCodeAccessBean(java.lang.Integer storeEntityId,
java.lang.Integer blockReasonCodeId) |
StoreBlockReasonCodeAccessBean(java.lang.Integer storeEntityId,
java.lang.Integer blockReasonCodeId,
java.lang.Short respected) |
StoreBlockReasonCodeAccessBean(java.lang.Integer storeEntityId,
java.lang.Integer blockReasonCodeId,
java.lang.Short respected,
java.lang.Short ticklerGeneration) |
StoreBlockReasonCodeAccessBean(StoreBlockReasonCode entity) |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
findByStoreEntity(java.lang.Integer storeEntity) |
java.util.Enumeration |
findByStoreEntityAndRespected(java.lang.Integer storeEntity,
java.lang.Short respected) |
java.util.Enumeration |
findByStoreEntityRespectedAndTicklerGeneration(java.lang.Integer storeEntity,
java.lang.Short respected,
java.lang.Short ticklerGeneration) |
java.lang.Integer |
getBlockReasonCodeId() |
StoreBlockReasonCode |
getEntity() |
java.lang.Integer |
getField1() |
java.lang.String |
getField2() |
java.lang.Short |
getRespected() |
java.lang.Integer |
getStoreEntityId() |
java.lang.Short |
getTicklerGeneration() |
void |
instantiateEntity() |
void |
setField1(java.lang.Integer field1) |
void |
setField2(java.lang.String field2) |
void |
setInitKey_blockReasonCodeId(java.lang.Integer blockReasonCodeId) |
void |
setInitKey_storeEntityId(java.lang.Integer storeEntityId) |
void |
setRespected(java.lang.Short respected) |
void |
setTicklerGeneration(java.lang.Short ticklerGeneration) |
public static final java.lang.String COPYRIGHT
public StoreBlockReasonCodeAccessBean()
public StoreBlockReasonCodeAccessBean(StoreBlockReasonCode entity)
public StoreBlockReasonCodeAccessBean(java.lang.Integer storeEntityId, java.lang.Integer blockReasonCodeId)
public StoreBlockReasonCodeAccessBean(java.lang.Integer storeEntityId, java.lang.Integer blockReasonCodeId, java.lang.Short respected)
public StoreBlockReasonCodeAccessBean(java.lang.Integer storeEntityId, java.lang.Integer blockReasonCodeId, java.lang.Short respected, java.lang.Short ticklerGeneration)
public void setInitKey_storeEntityId(java.lang.Integer storeEntityId)
public void setInitKey_blockReasonCodeId(java.lang.Integer blockReasonCodeId)
public java.util.Enumeration findByStoreEntity(java.lang.Integer storeEntity)
public java.util.Enumeration findByStoreEntityAndRespected(java.lang.Integer storeEntity, java.lang.Short respected)
public java.util.Enumeration findByStoreEntityRespectedAndTicklerGeneration(java.lang.Integer storeEntity, java.lang.Short respected, java.lang.Short ticklerGeneration)
public void setField1(java.lang.Integer field1)
public java.lang.Integer getField1()
public java.lang.Integer getBlockReasonCodeId()
public java.lang.Integer getStoreEntityId()
public void setRespected(java.lang.Short respected)
public java.lang.Short getRespected()
public void setTicklerGeneration(java.lang.Short ticklerGeneration)
public java.lang.Short getTicklerGeneration()
public void setField2(java.lang.String field2)
public java.lang.String getField2()
public void instantiateEntity()
instantiateEntity
in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
public StoreBlockReasonCode getEntity()
getEntity
in class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean