public interface Store extends ExternalEntity
Store
is the interface which represents the Store external entity.
The interface extends ExternalEntity interface. All the implementations
for Store entity should implement this interface.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
StoreKey |
getKey()
This method returns the
StoreKey of the Store entity. |
StoreKey[] |
getRelatedStores()
This method returns an array of
StoreKey s related to this Store . |
java.lang.Integer |
getStoreId()
This method returns the Id of the store.
|
static final java.lang.String COPYRIGHT
StoreKey getKey()
StoreKey
of the Store
entity.StoreKey
of the store.java.lang.Integer getStoreId()
StoreKey[] getRelatedStores()
StoreKey
s related to this Store
.StoreKey
s related to this Store
.