public class ReferenceData<TYPE,TARGET> extends Object implements Serializable
| Constructor and Description |
|---|
ReferenceData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Integer |
getQuantity() |
TYPE |
getReferenceType() |
TARGET |
getTarget() |
void |
setDescription(String description) |
void |
setQuantity(Integer quantity) |
void |
setReferenceType(TYPE referenceType) |
void |
setTarget(TARGET target) |
public void setReferenceType(TYPE referenceType)
public TYPE getReferenceType()
public void setDescription(String description)
public String getDescription()
public void setQuantity(Integer quantity)
public Integer getQuantity()
public void setTarget(TARGET target)
public TARGET getTarget()
Copyright © 2017 SAP SE. All Rights Reserved.