Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.api
Interface IQSYSJobInternationalProperties

All Known Implementing Classes:
QSYSHostJobInternationalProperties

public interface IQSYSJobInternationalProperties

Interface representing the international properties for a job.


Field Summary
static String copyright
           
 
Method Summary
 int getCCSID()
          Return the CCSID for this Job
 String getCountryID()
          Get the country ID
 String getDateFormat()
          Get the Date Format
 String getDateSeparator()
          Get the Date Separator
 String getDecimalFormat()
          Get the decimal format
 int getDefaultCCSID()
          Return the default CCSID
 String getLanguageID()
          Get the language ID
 String getSortSequenceTable()
          Get the sort sequence table
 String getTimeSeparator()
          Get the time separator
 boolean isDBCSCapable()
          Is the job DBCS capable
 void setCCSID(int ccsid)
          Set the CCSID for this Job
 void setCountryID(String id)
          Set the country ID
 void setDateFormat(String format)
          Set the Date Format
 void setDateSeparator(String separator)
          Set the Date Separator
 void setDBCSCapable(boolean dbcsCapable)
          Set the DBCS capable flag
 void setDecimalFormat(String format)
          Set the decimal format
 void setDefaultCCSID(int ccsid)
          Set the default CCSID
 void setLanguageID(String id)
          Set the language ID
 void setSortSequenceTable(String sortseq)
          Set the sort sequence table
 void setTimeSeparator(String separator)
          Set the time separator
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

getCCSID

int getCCSID()
Return the CCSID for this Job


setCCSID

void setCCSID(int ccsid)
Set the CCSID for this Job


getDefaultCCSID

int getDefaultCCSID()
Return the default CCSID


setDefaultCCSID

void setDefaultCCSID(int ccsid)
Set the default CCSID


getDateFormat

String getDateFormat()
Get the Date Format


setDateFormat

void setDateFormat(String format)
Set the Date Format


getDateSeparator

String getDateSeparator()
Get the Date Separator


setDateSeparator

void setDateSeparator(String separator)
Set the Date Separator


getTimeSeparator

String getTimeSeparator()
Get the time separator


setTimeSeparator

void setTimeSeparator(String separator)
Set the time separator


getDecimalFormat

String getDecimalFormat()
Get the decimal format


setDecimalFormat

void setDecimalFormat(String format)
Set the decimal format


getLanguageID

String getLanguageID()
Get the language ID


setLanguageID

void setLanguageID(String id)
Set the language ID


getCountryID

String getCountryID()
Get the country ID


setCountryID

void setCountryID(String id)
Set the country ID


getSortSequenceTable

String getSortSequenceTable()
Get the sort sequence table


setSortSequenceTable

void setSortSequenceTable(String sortseq)
Set the sort sequence table


isDBCSCapable

boolean isDBCSCapable()
Is the job DBCS capable


setDBCSCapable

void setDBCSCapable(boolean dbcsCapable)
Set the DBCS capable flag


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.