info.bix.tokai.bixpp
クラス Cultivation

java.lang.Object
  上位を拡張 info.bix.tokai.bixpp.Cultivation
すべての実装されたインタフェース:
java.io.Serializable

public class Cultivation
extends java.lang.Object
implements java.io.Serializable

Class Cultivation.

バージョン:
$Revision$ $Date$
関連項目:
直列化された形式

コンストラクタの概要
Cultivation()
           
 
メソッドの概要
 void deleteNumberOfPlant()
          Method deleteNumberOfPlant
 java.lang.String getComment()
          Returns the value of field 'comment'.
 java.lang.String getID()
          Returns the value of field 'ID'.
 Image getImage()
          Returns the value of field 'image'.
 Link getLink()
          Returns the value of field 'link'.
 double getNumberOfPlant()
          Returns the value of field 'numberOfPlant'.
 Plant getPlant()
          Returns the value of field 'plant'.
 java.lang.String getPlantingType()
          Returns the value of field 'plantingType'.
 boolean hasNumberOfPlant()
          Method hasNumberOfPlant
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setComment(java.lang.String comment)
          Sets the value of field 'comment'.
 void setID(java.lang.String ID)
          Sets the value of field 'ID'.
 void setImage(Image image)
          Sets the value of field 'image'.
 void setLink(Link link)
          Sets the value of field 'link'.
 void setNumberOfPlant(double numberOfPlant)
          Sets the value of field 'numberOfPlant'.
 void setPlant(Plant plant)
          Sets the value of field 'plant'.
 void setPlantingType(java.lang.String plantingType)
          Sets the value of field 'plantingType'.
static java.lang.Object unmarshal(java.io.Reader reader)
          Method unmarshal
 void validate()
          Method validate
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Cultivation

public Cultivation()
メソッドの詳細

deleteNumberOfPlant

public void deleteNumberOfPlant()
Method deleteNumberOfPlant


getComment

public java.lang.String getComment()
Returns the value of field 'comment'.

戻り値:
String

getID

public java.lang.String getID()
Returns the value of field 'ID'.

戻り値:
String

getImage

public Image getImage()
Returns the value of field 'image'.

戻り値:
Image

getLink

public Link getLink()
Returns the value of field 'link'.

戻り値:
Link

getNumberOfPlant

public double getNumberOfPlant()
Returns the value of field 'numberOfPlant'.

戻り値:
double

getPlant

public Plant getPlant()
Returns the value of field 'plant'.

戻り値:
Plant

getPlantingType

public java.lang.String getPlantingType()
Returns the value of field 'plantingType'.

戻り値:
String

hasNumberOfPlant

public boolean hasNumberOfPlant()
Method hasNumberOfPlant

戻り値:
boolean

isValid

public boolean isValid()
Method isValid

戻り値:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

パラメータ:
out -
例外:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

パラメータ:
handler -
例外:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setComment

public void setComment(java.lang.String comment)
Sets the value of field 'comment'.

パラメータ:
comment - the value of field 'comment'.

setID

public void setID(java.lang.String ID)
Sets the value of field 'ID'.

パラメータ:
ID - the value of field 'ID'.

setImage

public void setImage(Image image)
Sets the value of field 'image'.

パラメータ:
image - the value of field 'image'.

setLink

public void setLink(Link link)
Sets the value of field 'link'.

パラメータ:
link - the value of field 'link'.

setNumberOfPlant

public void setNumberOfPlant(double numberOfPlant)
Sets the value of field 'numberOfPlant'.

パラメータ:
numberOfPlant - the value of field 'numberOfPlant'.

setPlant

public void setPlant(Plant plant)
Sets the value of field 'plant'.

パラメータ:
plant - the value of field 'plant'.

setPlantingType

public void setPlantingType(java.lang.String plantingType)
Sets the value of field 'plantingType'.

パラメータ:
plantingType - the value of field 'plantingType'.

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

パラメータ:
reader -
戻り値:
Object
例外:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

例外:
org.exolab.castor.xml.ValidationException