| |
|
| java.lang.Object org.apache.ojb.broker.GuidTestEntity
GuidTestEntity | public class GuidTestEntity implements Serializable(Code) | | author: tom author: To change this generated comment edit the template variable "typecomment": author: Window>Preferences>Java>Templates. author: To enable and disable the creation of type comments go to author: Window>Preferences>Java>Code Generation. |
Constructor Summary | |
public | GuidTestEntity() Constructor for GuidTestEntity. |
GuidTestEntity | public GuidTestEntity()(Code) | | Constructor for GuidTestEntity.
|
getGuid | public GUID getGuid()(Code) | | Returns the guid.
GUID |
getValue | public String getValue()(Code) | | Returns the value.
String |
setGuid | public void setGuid(GUID guid)(Code) | | Sets the guid.
Parameters: guid - The guid to set |
setValue | public void setValue(String value)(Code) | | Sets the value.
Parameters: value - The value to set |
|
|
|