public class Report extends AbstractSObjectBase
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDeveloperName() |
FormatEnum |
getFormat() |
org.joda.time.DateTime |
getLastRunDate() |
String |
getNamespacePrefix() |
void |
setDescription(String Description) |
void |
setDeveloperName(String DeveloperName) |
void |
setFormat(FormatEnum Format) |
void |
setLastRunDate(org.joda.time.DateTime LastRunDate) |
void |
setNamespacePrefix(String NamespacePrefix) |
clearBaseFields, getAttributes, getCreatedById, getCreatedDate, getId, getLastActivityDate, getLastModifiedById, getLastModifiedDate, getLastReferencedDate, getLastViewedDate, getName, getOwnerId, getSystemModstamp, isIsDeleted, setAttributes, setCreatedById, setCreatedDate, setId, setIsDeleted, setLastActivityDate, setLastModifiedById, setLastModifiedDate, setLastReferencedDate, setLastViewedDate, setName, setOwnerId, setSystemModstamp
toString
public String getDescription()
public void setDescription(String Description)
public String getDeveloperName()
public void setDeveloperName(String DeveloperName)
public String getNamespacePrefix()
public void setNamespacePrefix(String NamespacePrefix)
public org.joda.time.DateTime getLastRunDate()
public void setLastRunDate(org.joda.time.DateTime LastRunDate)
public FormatEnum getFormat()
public void setFormat(FormatEnum Format)
Apache Camel