| Constructor and Description |
|---|
ReportType()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutogenerated() |
String |
getBaseObject() |
ReportTypeCategory |
getCategory() |
boolean |
getDeployed() |
String |
getDescription() |
ObjectRelationship |
getJoin() |
String |
getLabel() |
ReportLayoutSection[] |
getSections() |
boolean |
isAutogenerated() |
boolean |
isDeployed() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAutogenerated(boolean autogenerated) |
void |
setBaseObject(String baseObject) |
void |
setCategory(ReportTypeCategory category) |
void |
setDeployed(boolean deployed) |
void |
setDescription(String description) |
void |
setJoin(ObjectRelationship join) |
void |
setLabel(String label) |
void |
setSections(ReportLayoutSection[] sections) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic boolean getAutogenerated()
public boolean isAutogenerated()
public void setAutogenerated(boolean autogenerated)
public String getBaseObject()
public void setBaseObject(String baseObject)
public ReportTypeCategory getCategory()
public void setCategory(ReportTypeCategory category)
public boolean getDeployed()
public boolean isDeployed()
public void setDeployed(boolean deployed)
public String getDescription()
public void setDescription(String description)
public ObjectRelationship getJoin()
public void setJoin(ObjectRelationship join)
public String getLabel()
public void setLabel(String label)
public ReportLayoutSection[] getSections()
public void setSections(ReportLayoutSection[] sections)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.