Liferay 6.1.10-ee-ga1

com.liferay.portal.kernel.servlet
Class Header

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.Header
All Implemented Interfaces:
Serializable

public class Header
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static int DATE_TYPE
           
static int INTEGER_TYPE
           
static int STRING_TYPE
           
 
Constructor Summary
Header()
           
 
Method Summary
 long getDateValue()
           
 int getIntValue()
           
 String getStringValue()
           
 int getType()
           
 void setDateValue(long dateValue)
           
 void setIntValue(int intValue)
           
 void setStringValue(String stringValue)
           
 void setType(int type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATE_TYPE

public static final int DATE_TYPE
See Also:
Constant Field Values

INTEGER_TYPE

public static final int INTEGER_TYPE
See Also:
Constant Field Values

STRING_TYPE

public static final int STRING_TYPE
See Also:
Constant Field Values
Constructor Detail

Header

public Header()
Method Detail

getDateValue

public long getDateValue()

getIntValue

public int getIntValue()

getStringValue

public String getStringValue()

getType

public int getType()

setDateValue

public void setDateValue(long dateValue)

setIntValue

public void setIntValue(int intValue)

setStringValue

public void setStringValue(String stringValue)

setType

public void setType(int type)

toString

public String toString()
Overrides:
toString in class Object

Liferay 6.1.10-ee-ga1