com.sapportals.portal.prt.service.soap.types
Class GMonth
java.lang.Object
|
+--com.sapportals.portal.prt.service.soap.types.GMonth
- public class GMonth
- extends java.lang.Object
Description : Class that converts a string under the format --MM-- to a GMonth data type
Project : soap
FileName : GMonth.java
Copyright : SAP Copyright (c)
Company : SAP GBU IP
- Version:
- 1 juil. 03
|
Constructor Summary |
GMonth(java.lang.String exp)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIME_ZONE_INDEX
public static int TIME_ZONE_INDEX
GMonth
public GMonth(java.lang.String exp)
getRepresentation
public java.lang.String getRepresentation()
getContent
public java.lang.String getContent()
- Returns:
-
getMonth
public java.lang.String getMonth()
- Returns:
-
getTimeZone
public java.lang.String getTimeZone()
- Returns:
-
getTimeZone_index
public int getTimeZone_index()
- Returns:
-
setMonth
public void setMonth(java.lang.String string)
- Parameters:
string -
setTimeZone
public void setTimeZone(java.lang.String string)
- Parameters:
string -
setTimeZone_index
public void setTimeZone_index(int i)
- Parameters:
i -
main
public static void main(java.lang.String[] args)