public class XPFWarehouse extends XPFEntity
| Constructor and Description | 
|---|
XPFWarehouse(@NonNull String code,
            String name,
            XPFAddress address)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
XPFAddress | 
getAddress()
The warehouse address. 
 | 
@NonNull String | 
getCode()
The warehouse code. 
 | 
String | 
getName()
The warehouse name. 
 | 
int | 
hashCode()  | 
String | 
toString()  | 
getCustomDatapublic XPFWarehouse(@NonNull
                    @NonNull String code,
                    String name,
                    XPFAddress address)
@NonNull public @NonNull String getCode()
public String getName()
public XPFAddress getAddress()
Copyright © 2024. All rights reserved.