📄 spif.java
字号:
package org.helpsoft.entity.sp;
import org.helpsoft.entity.splb.*;
/**
* The SpIf interfaces exposes the persistence data.
*
* @author cao guangxin
*/
public interface SpIf {
/**
* Return the primary key.
*
* @return java.lang.String he primary key.
*/
java.lang.String getPrimaryKey();
/**
* Set the primary key.
*
* @param pk return java.lang.String with the primary key.
*/
void setPrimaryKey(java.lang.String pk);
/**
* Returns the value of the <code>splbbm</code> (foreign key) property.
*
* @return the value of the <code>splbbm</code> property.
*/
java.lang.String getSplbbm();
/**
* Sets the value of the <code>splbbm</code> (foreign key) property.
*
* @param splbbm a value for <code>splbbm</code>.
*/
void setSplbbm(java.lang.String splbbm);
/**
* Returns the value of the <code>spbm</code> property.
*
* @return the value of the <code>spbm</code> property
*/
java.lang.String getSpbm();
/**
* Sets the value of the <code>spbm</code> property.
*
* @param spbm the value for the <code>spbm</code> property
*/
void setSpbm(java.lang.String spbm);
/**
* Returns the value of the <code>spmc</code> property.
*
* @return the value of the <code>spmc</code> property
*/
java.lang.String getSpmc();
/**
* Sets the value of the <code>spmc</code> property.
*
* @param spmc the value for the <code>spmc</code> property
*/
void setSpmc(java.lang.String spmc);
/**
* Returns the value of the <code>ysdj</code> property.
*
* @return the value of the <code>ysdj</code> property
*/
java.lang.String getYsdj();
/**
* Sets the value of the <code>ysdj</code> property.
*
* @param ysdj the value for the <code>ysdj</code> property
*/
void setYsdj(java.lang.String ysdj);
/**
* Returns the value of the <code>jhdj</code> property.
*
* @return the value of the <code>jhdj</code> property
*/
java.lang.String getJhdj();
/**
* Sets the value of the <code>jhdj</code> property.
*
* @param jhdj the value for the <code>jhdj</code> property
*/
void setJhdj(java.lang.String jhdj);
/**
* Returns the value of the <code>spsl</code> property.
*
* @return the value of the <code>spsl</code> property
*/
java.lang.String getSpsl();
/**
* Sets the value of the <code>spsl</code> property.
*
* @param spsl the value for the <code>spsl</code> property
*/
void setSpsl(java.lang.String spsl);
/**
* Returns the value of the <code>dzbl</code> property.
*
* @return the value of the <code>dzbl</code> property
*/
java.lang.String getDzbl();
/**
* Sets the value of the <code>dzbl</code> property.
*
* @param dzbl the value for the <code>dzbl</code> property
*/
void setDzbl(java.lang.String dzbl);
/**
* Returns the value of the <code>sfcxsp</code> property.
*
* @return the value of the <code>sfcxsp</code> property
*/
java.lang.String getSfcxsp();
/**
* Sets the value of the <code>sfcxsp</code> property.
*
* @param sfcxsp the value for the <code>sfcxsp</code> property
*/
void setSfcxsp(java.lang.String sfcxsp);
/**
* Returns the value of the <code>splbbmSplb</code> relation property.
*
* @return the value of the <code>splbbmSplb</code> relation property.
*/
SplbIf getSplbbmSplb();
/**
* Sets the value of the <code>splbbmSplb</code> relation property.
*
* @param splb a value for <code>splbbmSplb</code>.
*/
void setSplbbmSplb(SplbIf splb);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -