@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T15:10:39.441-05:00") public class DescriptiveBusinessObjectFormat extends Object
| Constructor and Description |
|---|
DescriptiveBusinessObjectFormat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBusinessObjectFormatFileType()
The File type for this Business Object Format
|
String |
getBusinessObjectFormatUsage()
The Usage of this Business Object Format - a string describing how this format is used.
|
Integer |
getBusinessObjectFormatVersion()
The numeric version of a Business Object Format.
|
int |
hashCode() |
void |
setBusinessObjectFormatFileType(String businessObjectFormatFileType) |
void |
setBusinessObjectFormatUsage(String businessObjectFormatUsage) |
void |
setBusinessObjectFormatVersion(Integer businessObjectFormatVersion) |
String |
toString() |
public String getBusinessObjectFormatUsage()
public void setBusinessObjectFormatUsage(String businessObjectFormatUsage)
public String getBusinessObjectFormatFileType()
public void setBusinessObjectFormatFileType(String businessObjectFormatFileType)
public Integer getBusinessObjectFormatVersion()
public void setBusinessObjectFormatVersion(Integer businessObjectFormatVersion)
Copyright © 2017. All rights reserved.