public class CascadeKey
extends java.lang.Object
Constructor and Description |
---|
CascadeKey() |
CascadeKey(java.lang.String attributeKey) |
CascadeKey(java.lang.String attributeKey,
java.util.List<DatePart> dateParts) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeKey() |
java.util.List<DatePart> |
getDateParts() |
int |
hashCode() |
void |
setAttributeKey(java.lang.String attributeKey) |
void |
setDateParts(java.util.List<DatePart> dateParts) |
public CascadeKey()
public CascadeKey(java.lang.String attributeKey)
public CascadeKey(java.lang.String attributeKey, java.util.List<DatePart> dateParts)
public java.lang.String getAttributeKey()
public void setAttributeKey(java.lang.String attributeKey)
public java.util.List<DatePart> getDateParts()
public void setDateParts(java.util.List<DatePart> dateParts)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.