| java.lang.Object org.emforge.xfer.PrimitiveTO org.emforge.xfer.ReportTO
ReportTO | public class ReportTO extends PrimitiveTO (Code) | | For transferring a report object
author: szakusov, 09.04.2008: created. |
ReportTO | public ReportTO(long i_id, String i_name, int i_version, String i_displayName, String i_description, String i_link)(Code) | | Parameters: i_id - is the report id Parameters: i_name - is the report page name Parameters: i_version - is the report version Parameters: i_displayName - is the report name Parameters: i_description - is the report description Parameters: i_link - is the link to report |
getDescription | public String getDescription()(Code) | | the description |
getVersion | public int getVersion()(Code) | | the version |
setDescription | public void setDescription(String i_description)(Code) | | Parameters: i_description - the description to set |
setLink | public void setLink(String i_link)(Code) | | Parameters: i_link - the link to set |
setVersion | public void setVersion(int i_version)(Code) | | Parameters: i_version - the version to set |
|
|