public class StoreBlockReasonCodeKey
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.Integer | blockReasonCodeId
Implementation field for persistent attribute: blockReasonCodeId
|
java.lang.Integer | storeEntityId
Implementation field for persistent attribute: storeEntityId
|
Constructor and Description |
---|
StoreBlockReasonCodeKey()
Creates an empty key for Entity Bean: StoreBlockReasonCode
|
StoreBlockReasonCodeKey(java.lang.Integer storeEntityId, java.lang.Integer blockReasonCodeId)
Creates a key for Entity Bean: StoreBlockReasonCode
|
public java.lang.Integer storeEntityId
public java.lang.Integer blockReasonCodeId
public StoreBlockReasonCodeKey()
public StoreBlockReasonCodeKey(java.lang.Integer storeEntityId, java.lang.Integer blockReasonCodeId)
public boolean equals(java.lang.Object otherKey)
public int hashCode()
public java.lang.String toString()