public class OverUseLimitPK extends Object implements Serializable
OverUseLimitPK()
OverUseLimitPK(String gridId, Period period, LimitType limitType)
boolean
equals(Object value)
String
getGridId()
LimitType
getLimitType()
Period
getPeriod()
int
hashCode()
void
setGridId(String gridId)
setLimitType(LimitType limitType)
setPeriod(Period period)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public OverUseLimitPK()
public OverUseLimitPK(String gridId, Period period, LimitType limitType)
public boolean equals(Object value)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
public String getGridId()
public void setGridId(String gridId)
public Period getPeriod()
public void setPeriod(Period period)
public LimitType getLimitType()
public void setLimitType(LimitType limitType)