| |
|
| java.lang.Object org.apache.ojb.broker.ArticlePrimaryKey
ArticlePrimaryKey | public class ArticlePrimaryKey implements java.io.Serializable(Code) | | This is a Primary Key Class for Article class
|
Method Summary | |
public boolean | equals(Object o) equals method
- user must provide a proper implementation for the equal method. | public int | hashCode() hashcode method
- user must provide a proper implementation for the hashCode method. |
ArticlePrimaryKey | public ArticlePrimaryKey(int key)(Code) | | PlzEntryBmpKey(String key) constructor
|
ArticlePrimaryKey | public ArticlePrimaryKey(Identity oid)(Code) | | PlzEntryBmpKey(String key) constructor
|
equals | public boolean equals(Object o)(Code) | | equals method
- user must provide a proper implementation for the equal method. The generated
method assumes the key is a String object.
|
hashCode | public int hashCode()(Code) | | hashcode method
- user must provide a proper implementation for the hashCode method. The generated
method assumes the key is a String object.
|
|
|
|