public class Contractor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Contact |
contact |
protected ContractorIdentifier |
contractorIdentifier |
| Constructor and Description |
|---|
Contractor() |
| Modifier and Type | Method and Description |
|---|---|
Contact |
getContact()
Gets the value of the contact property.
|
ContractorIdentifier |
getContractorIdentifier()
Gets the value of the contractorIdentifier property.
|
void |
setContact(Contact value)
Sets the value of the contact property.
|
void |
setContractorIdentifier(ContractorIdentifier value)
Sets the value of the contractorIdentifier property.
|
protected ContractorIdentifier contractorIdentifier
protected Contact contact
public ContractorIdentifier getContractorIdentifier()
ContractorIdentifierpublic void setContractorIdentifier(ContractorIdentifier value)
value - allowed object is
ContractorIdentifierpublic Contact getContact()
ContactCopyright © 2018 SAP SE. All Rights Reserved.