public class SharedEntityAssociation extends Object
Java class for SharedEntityAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharedEntityAssociation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EntityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="EntityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SharedEntityCustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="SharedEntityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="SharedEntityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
entityId |
protected String |
entityType |
protected Long |
sharedEntityCustomerId |
protected long |
sharedEntityId |
protected String |
sharedEntityType |
| Constructor and Description |
|---|
SharedEntityAssociation() |
| Modifier and Type | Method and Description |
|---|---|
long |
getEntityId()
Gets the value of the entityId property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
Long |
getSharedEntityCustomerId()
Gets the value of the sharedEntityCustomerId property.
|
long |
getSharedEntityId()
Gets the value of the sharedEntityId property.
|
String |
getSharedEntityType()
Gets the value of the sharedEntityType property.
|
void |
setEntityId(long value)
Sets the value of the entityId property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setSharedEntityCustomerId(Long value)
Sets the value of the sharedEntityCustomerId property.
|
void |
setSharedEntityId(long value)
Sets the value of the sharedEntityId property.
|
void |
setSharedEntityType(String value)
Sets the value of the sharedEntityType property.
|
protected long entityId
protected String entityType
protected Long sharedEntityCustomerId
protected long sharedEntityId
protected String sharedEntityType
public long getEntityId()
public void setEntityId(long value)
public String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic Long getSharedEntityCustomerId()
Longpublic void setSharedEntityCustomerId(Long value)
value - allowed object is
Longpublic long getSharedEntityId()
public void setSharedEntityId(long value)
public String getSharedEntityType()
StringCopyright © 2024. All rights reserved.