@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class BusinessObjectDataAttribute extends Object
| Constructor and Description |
|---|
BusinessObjectDataAttribute() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BusinessObjectDataAttributeKey |
getBusinessObjectDataAttributeKey()
Values that uniquely identify a Business Object Data Attribute
|
String |
getBusinessObjectDataAttributeValue()
The value of the Business Object Data Attribute
|
Integer |
getId()
The internal Id that uniquely references a Business Object Data Attribute
|
int |
hashCode() |
void |
setBusinessObjectDataAttributeKey(BusinessObjectDataAttributeKey businessObjectDataAttributeKey) |
void |
setBusinessObjectDataAttributeValue(String businessObjectDataAttributeValue) |
void |
setId(Integer id) |
String |
toString() |
public Integer getId()
public void setId(Integer id)
public BusinessObjectDataAttributeKey getBusinessObjectDataAttributeKey()
public void setBusinessObjectDataAttributeKey(BusinessObjectDataAttributeKey businessObjectDataAttributeKey)
public String getBusinessObjectDataAttributeValue()
public void setBusinessObjectDataAttributeValue(String businessObjectDataAttributeValue)
Copyright © 2017. All rights reserved.