@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class AttributeDefinition extends Object
| Constructor and Description |
|---|
AttributeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
Name of an Attribute that will be required when registering a Business Object Data of this Business Object Format
|
Boolean |
getPublish()
If true, this business object data attribute will be published in notification messages
|
int |
hashCode() |
void |
setName(String name) |
void |
setPublish(Boolean publish) |
String |
toString() |
public String getName()
public void setName(String name)
public Boolean getPublish()
public void setPublish(Boolean publish)
Copyright © 2017. All rights reserved.