public class ReturnsDeliveryMaintObj extends VdmEntity<ReturnsDeliveryMaintObj>
Modifier and Type | Class and Description |
---|---|
static class |
ReturnsDeliveryMaintObj.ReturnsDeliveryMaintObjBuilder |
Modifier and Type | Field and Description |
---|---|
static ReturnsDeliveryMaintObjSelectable |
ALL_FIELDS
Selector for all available fields of ReturnsDeliveryMaintObj.
|
static ReturnsDeliveryMaintObjField<String> |
ASSEMBLY
Use with available fluent helpers to apply the Assembly field to query operations.
|
static ReturnsDeliveryMaintObjField<String> |
EQUIPMENT
Use with available fluent helpers to apply the Equipment field to query operations.
|
static ReturnsDeliveryMaintObjField<String> |
FUNCTIONAL_LOCATION
Use with available fluent helpers to apply the FunctionalLocation field to query operations.
|
static ReturnsDeliveryMaintObjField<String> |
MAINT_OBJECT_LOC_ACCT_ASSGMT_NMBR
Use with available fluent helpers to apply the MaintObjectLocAcctAssgmtNmbr field to query operations.
|
static ReturnsDeliveryMaintObjField<Integer> |
MAINTENANCE_ITEM_OBJECT
Use with available fluent helpers to apply the MaintenanceItemObject field to query operations.
|
static ReturnsDeliveryMaintObjField<Integer> |
MAINTENANCE_ITEM_OBJECT_LIST
Use with available fluent helpers to apply the MaintenanceItemObjectList field to query operations.
|
static ReturnsDeliveryMaintObjField<String> |
MAINTENANCE_NOTIFICATION
Use with available fluent helpers to apply the MaintenanceNotification field to query operations.
|
static ReturnsDeliveryMaintObjField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static ReturnsDeliveryMaintObjField<String> |
SERIAL_NUMBER
Use with available fluent helpers to apply the SerialNumber field to query operations.
|
Constructor and Description |
---|
ReturnsDeliveryMaintObj() |
ReturnsDeliveryMaintObj(String assembly,
String equipment,
String functionalLocation,
Integer maintenanceItemObject,
Integer maintenanceItemObjectList,
String maintenanceNotification,
String maintObjectLocAcctAssgmtNmbr,
String material,
String serialNumber,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static ReturnsDeliveryMaintObj.ReturnsDeliveryMaintObjBuilder |
builder() |
boolean |
equals(Object o) |
static <T> ReturnsDeliveryMaintObjField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
String |
getAssembly()
Constraints: Not nullable, Maximum length: 40
|
String |
getEquipment()
Constraints: Not nullable, Maximum length: 18
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
String |
getFunctionalLocation()
Constraints: Not nullable, Maximum length: 40 If alternative labels exist for a functional location, you can define in your user profile which label should be displayed in this field.
|
Integer |
getMaintenanceItemObject()
(Key Field) Constraints: Not nullable
|
Integer |
getMaintenanceItemObjectList()
(Key Field) Constraints: Not nullable
|
String |
getMaintenanceNotification()
Constraints: Not nullable, Maximum length: 12
|
String |
getMaintObjectLocAcctAssgmtNmbr()
Constraints: Not nullable, Maximum length: 12
|
String |
getMaterial()
Constraints: Not nullable, Maximum length: 40
|
String |
getSerialNumber()
Constraints: Not nullable, Maximum length: 18 You can use the serial number to identify individual instances of a material for individual tracking purposes.A prerequisite for using a serial number in the logistical process is a serial number profile at material plant level.
|
Class<ReturnsDeliveryMaintObj> |
getType() |
int |
hashCode() |
void |
setAssembly(String assembly)
Constraints: Not nullable, Maximum length: 40
|
void |
setEquipment(String equipment)
Constraints: Not nullable, Maximum length: 18
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g. fetching associated entities).
|
void |
setFunctionalLocation(String functionalLocation)
Constraints: Not nullable, Maximum length: 40 If alternative labels exist for a functional location, you can define in your user profile which label should be displayed in this field.
|
void |
setMaintenanceItemObject(Integer maintenanceItemObject)
(Key Field) Constraints: Not nullable
|
void |
setMaintenanceItemObjectList(Integer maintenanceItemObjectList)
(Key Field) Constraints: Not nullable
|
void |
setMaintenanceNotification(String maintenanceNotification)
Constraints: Not nullable, Maximum length: 12
|
void |
setMaintObjectLocAcctAssgmtNmbr(String maintObjectLocAcctAssgmtNmbr)
Constraints: Not nullable, Maximum length: 12
|
void |
setMaterial(String material)
Constraints: Not nullable, Maximum length: 40
|
void |
setSerialNumber(String serialNumber)
Constraints: Not nullable, Maximum length: 18 You can use the serial number to identify individual instances of a material for individual tracking purposes.A prerequisite for using a serial number in the logistical process is a serial number profile at material plant level.
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final ReturnsDeliveryMaintObjSelectable ALL_FIELDS
public static final ReturnsDeliveryMaintObjField<String> ASSEMBLY
public static final ReturnsDeliveryMaintObjField<String> EQUIPMENT
public static final ReturnsDeliveryMaintObjField<String> FUNCTIONAL_LOCATION
public static final ReturnsDeliveryMaintObjField<Integer> MAINTENANCE_ITEM_OBJECT
public static final ReturnsDeliveryMaintObjField<Integer> MAINTENANCE_ITEM_OBJECT_LIST
public static final ReturnsDeliveryMaintObjField<String> MAINTENANCE_NOTIFICATION
public static final ReturnsDeliveryMaintObjField<String> MAINT_OBJECT_LOC_ACCT_ASSGMT_NMBR
public static final ReturnsDeliveryMaintObjField<String> MATERIAL
public static final ReturnsDeliveryMaintObjField<String> SERIAL_NUMBER
public ReturnsDeliveryMaintObj()
public ReturnsDeliveryMaintObj(@Nullable String assembly, @Nullable String equipment, @Nullable String functionalLocation, @Nullable Integer maintenanceItemObject, @Nullable Integer maintenanceItemObjectList, @Nullable String maintenanceNotification, @Nullable String maintObjectLocAcctAssgmtNmbr, @Nullable String material, @Nullable String serialNumber, @Nullable ErpConfigContext erpConfigContext)
public Class<ReturnsDeliveryMaintObj> getType()
getType
in class VdmObject<ReturnsDeliveryMaintObj>
public static <T> ReturnsDeliveryMaintObjField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.public static ReturnsDeliveryMaintObj.ReturnsDeliveryMaintObjBuilder builder()
@Nullable public String getAssembly()
@Nullable public String getEquipment()
@Nullable public String getFunctionalLocation()
If alternative labels exist for a functional location, you can define in your user profile which label should be displayed in this field.
@Nullable public Integer getMaintenanceItemObject()
@Nullable public Integer getMaintenanceItemObjectList()
@Nullable public String getMaintenanceNotification()
@Nullable public String getMaintObjectLocAcctAssgmtNmbr()
@Nullable public String getMaterial()
@Nullable public String getSerialNumber()
You can use the serial number to identify individual instances of a material for individual tracking purposes.A prerequisite for using a serial number in the logistical process is a serial number profile at material plant level.
@Nullable public ErpConfigContext getErpConfigContext()
public void setAssembly(@Nullable String assembly)
assembly
- public void setEquipment(@Nullable String equipment)
equipment
- public void setFunctionalLocation(@Nullable String functionalLocation)
If alternative labels exist for a functional location, you can define in your user profile which label should be displayed in this field.
functionalLocation
- public void setMaintenanceItemObject(@Nullable Integer maintenanceItemObject)
maintenanceItemObject
- public void setMaintenanceItemObjectList(@Nullable Integer maintenanceItemObjectList)
maintenanceItemObjectList
- public void setMaintenanceNotification(@Nullable String maintenanceNotification)
maintenanceNotification
- public void setMaintObjectLocAcctAssgmtNmbr(@Nullable String maintObjectLocAcctAssgmtNmbr)
maintObjectLocAcctAssgmtNmbr
- public void setMaterial(@Nullable String material)
material
- public void setSerialNumber(@Nullable String serialNumber)
You can use the serial number to identify individual instances of a material for individual tracking purposes.A prerequisite for using a serial number in the logistical process is a serial number profile at material plant level.
serialNumber
- public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- public String toString()
toString
in class VdmObject<ReturnsDeliveryMaintObj>
public boolean equals(Object o)
equals
in class VdmObject<ReturnsDeliveryMaintObj>
public int hashCode()
hashCode
in class VdmObject<ReturnsDeliveryMaintObj>
Copyright © 2018 SAP SE. All rights reserved.