com.sage.accpac.sm
Class ReportParamPresentItem

java.lang.Object
  extended by com.sage.accpac.sm.ReportParamPresentItem

public class ReportParamPresentItem
extends java.lang.Object

An object for the presentation item of report parameters whose type is LIST


Constructor Summary
ReportParamPresentItem(int value, java.lang.String description)
          Constructor
 
Method Summary
 java.lang.String getDescription()
          Get the description of the presentation item
 int getValue()
          Get the value of the presentation item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportParamPresentItem

public ReportParamPresentItem(int value,
                              java.lang.String description)
Constructor

Parameters:
value - the value of the presentation item
description - the description of the presentation item
Method Detail

getValue

public int getValue()
Get the value of the presentation item

Returns:
the value of the presentation item

getDescription

public java.lang.String getDescription()
Get the description of the presentation item

Returns:
the description of the presentation item


Copyright © 2011 Sage Software, Inc. All rights reserved.