public class DeleteDependency extends Object
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected String |
childIDHash |
protected String |
linkType |
protected String |
parentIDHash |
Constructor and Description |
---|
DeleteDependency(String linkType,
String parentIDHash,
String childIDHash)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compare
|
String |
getChildIDHash()
Get child identifier
|
String |
getLinkType()
Get linktype
|
String |
getParentIDHash()
Get parent identifier
|
int |
hashCode()
hash
|
public static final String _rcsid
protected String linkType
protected String parentIDHash
protected String childIDHash