org.stormcat.jvbeans.jvlink.definitions.dto.child
クラス BreedingInfoDto

java.lang.Object
  上位を拡張 org.stormcat.jvbeans.jvlink.definitions.dto.child.BreedingInfoDto

public class BreedingInfoDto
extends Object

導入されたバージョン:
0.1
作成者:
jv-beans-gen

コンストラクタの概要
BreedingInfoDto()
           
 
メソッドの概要
 String getBreedingRegistNo()
          繁殖登録番号を返します。
 String getHorseName()
          馬名を返します。
 void setBreedingRegistNo(String breedingRegistNo)
          繁殖登録番号を設定します。
 void setHorseName(String horseName)
          馬名を設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BreedingInfoDto

public BreedingInfoDto()
メソッドの詳細

getBreedingRegistNo

public String getBreedingRegistNo()
繁殖登録番号を返します。

戻り値:
繁殖登録番号

setBreedingRegistNo

public void setBreedingRegistNo(String breedingRegistNo)
繁殖登録番号を設定します。

パラメータ:
breedingRegistNo - 繁殖登録番号

getHorseName

public String getHorseName()
馬名を返します。

戻り値:
馬名

setHorseName

public void setHorseName(String horseName)
馬名を設定します。

パラメータ:
horseName - 馬名


Copyright © 2009-2010 The Stormcat Project AllRights Reserved.