com.ibm.tivoli.maximo.report.birt.design

Class CreateReportInputInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.report.birt.design.CreateReportInputInfo
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class CreateReportInputInfo
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    This class represents the container for a report. All report content is in the form of one or more CreateListReportInputInfo list reports. If the report format is List, there will only be one of these in the report. If it is Detail, there will be one or more, and the first one in listReportInputInfoList will be the master report.
    See Also:
    Serialized Form
    • Constructor Detail

      • CreateReportInputInfo

        public CreateReportInputInfo()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName(java.lang.String name)
      • getDescription

        public java.lang.String getDescription()
      • setDescription

        public void setDescription(java.lang.String description)
      • getDisplayName

        public java.lang.String getDisplayName()
      • setDisplayName

        public void setDisplayName(java.lang.String displayName)
      • getAppName

        public java.lang.String getAppName()
      • setAppName

        public void setAppName(java.lang.String appName)
      • getUserName

        public java.lang.String getUserName()
      • setUserName

        public void setUserName(java.lang.String userName)
      • getMboName

        public java.lang.String getMboName()
      • setMboName

        public void setMboName(java.lang.String mboName)
      • getEntityName

        public java.lang.String getEntityName()
      • setEntityName

        public void setEntityName(java.lang.String entityName)
      • getMlEntityName

        public java.lang.String getMlEntityName()
      • setMlEntityName

        public void setMlEntityName(java.lang.String mlEntityName)
      • getMLRelationship

        public java.lang.String getMLRelationship()
      • setMLRelationship

        public void setMLRelationship(java.lang.String MLRelationship)
      • isToBeSaved

        public boolean isToBeSaved()
      • setToBeSaved

        public void setToBeSaved(boolean toBeSaved)
      • isPublic

        public boolean isPublic()
      • setIsPublic

        public void setIsPublic(boolean isPublic)
      • getRecordLimit

        public java.lang.Integer getRecordLimit()
      • setRecordLimit

        public void setRecordLimit(java.lang.Integer recordLimit)
      • getMessages

        public java.util.HashMap getMessages()
      • setMessages

        public void setMessages(java.util.HashMap messages)
      • getAllListReportInputInfo

        public java.util.Iterator getAllListReportInputInfo()
      • setBidiProperties

        public void setBidiProperties(java.lang.String layoutOrient,
                                      java.lang.String textDir)
      • getBidiProperties

        public java.lang.String[] getBidiProperties()
      • getListReportCount

        public int getListReportCount()
      • getAllImportParamInfo

        public java.util.Iterator getAllImportParamInfo()
      • getAllDesignParamInfo

        public java.util.Iterator getAllDesignParamInfo()
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object