public class XPFInventoryKeySetContext extends XPFEntity
| Constructor and Description | 
|---|
XPFInventoryKeySetContext(@NonNull XPFStore store,
                         @NonNull Set<XPFInventoryKeyContext> inventoryKeys)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
@NonNull Set<XPFInventoryKeyContext> | 
getInventoryKeys()
Inventory keys. 
 | 
@NonNull XPFStore | 
getStore()
Store. 
 | 
int | 
hashCode()  | 
void | 
setInventoryKeys(@NonNull Set<XPFInventoryKeyContext> inventoryKeys)
Inventory keys. 
 | 
void | 
setStore(@NonNull XPFStore store)
Store. 
 | 
String | 
toString()  | 
getCustomDatapublic XPFInventoryKeySetContext(@NonNull
                                 @NonNull XPFStore store,
                                 @NonNull
                                 @NonNull Set<XPFInventoryKeyContext> inventoryKeys)
@NonNull public @NonNull XPFStore getStore()
@NonNull public @NonNull Set<XPFInventoryKeyContext> getInventoryKeys()
public void setStore(@NonNull
                     @NonNull XPFStore store)
public void setInventoryKeys(@NonNull
                             @NonNull Set<XPFInventoryKeyContext> inventoryKeys)
Copyright © 2024. All rights reserved.