demo for SASAX - 1.5

jp.ne.dti.lares.foozy.sasax
Class CustomDemo.CustomContainer

java.lang.Object
  |
  +--jp.ne.dti.lares.foozy.sasax.CustomDemo.CustomContainer
Enclosing class:
CustomDemo

public static class CustomDemo.CustomContainer
extends java.lang.Object

Custom container in your specific problem domain.

Author:
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>(code/doc)

Constructor Summary
CustomDemo.CustomContainer()
          Constructor.
 
Method Summary
 java.lang.Integer getInteger()
          Get integer value of container.
 java.lang.String getString()
          Get string value of container.
 void setInteger(java.lang.Integer value)
          Set integer value of container.
 void setString(java.lang.String value)
          Set string value of container.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDemo.CustomContainer

public CustomDemo.CustomContainer()
Constructor.
Method Detail

setInteger

public void setInteger(java.lang.Integer value)
Set integer value of container.

getInteger

public java.lang.Integer getInteger()
Get integer value of container.

setString

public void setString(java.lang.String value)
Set string value of container.

getString

public java.lang.String getString()
Get string value of container.

demo for SASAX - 1.5