FileDocCategorySizeDatePackage
Several.javaAPI DocHibernate 3.2.51363Sun Sep 26 00:18:28 BST 2004org.hibernate.test.legacy

Several

public class Several extends Object implements Serializable

Fields Summary
private String
id
private String
prop
private Single
single
private String
string
Constructors Summary
Methods Summary
public java.lang.StringgetId()
Returns the id.

return
String

		return id;
	
public java.lang.StringgetProp()
Returns the prop.

return
String

		return prop;
	
public SinglegetSingle()
Returns the single.

return
Single

		return single;
	
public java.lang.StringgetString()
Returns the string.

return
String

		return string;
	
public voidsetId(java.lang.String id)
Sets the id.

param
id The id to set

		this.id = id;
	
public voidsetProp(java.lang.String prop)
Sets the prop.

param
prop The prop to set

		this.prop = prop;
	
public voidsetSingle(Single single)
Sets the single.

param
single The single to set

		this.single = single;
	
public voidsetString(java.lang.String string)
Sets the string.

param
string The string to set

		this.string = string;