com.mizar.metadata.mdsys
Class SdoCoordAxesPK
java.lang.Object
com.mizar.metadata.mdsys.SdoCoordAxesPK
- All Implemented Interfaces:
- java.io.Serializable
@Embeddable
public class SdoCoordAxesPK
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SdoCoordAxesPK
public SdoCoordAxesPK()
SdoCoordAxesPK
public SdoCoordAxesPK(java.lang.Long coordSysId,
java.lang.Long order)
equals
public boolean equals(java.lang.Object other)
- Compares two SdoCoordAxesPK using coordSysId and order
- Overrides:
equals
in class java.lang.Object
- Parameters:
other.
- The other SdoCoordAxesPK to compare.
- Returns:
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
setCoordSysId
public void setCoordSysId(java.lang.Long coordSysId)
getCoordSysId
public java.lang.Long getCoordSysId()
setOrder
public void setOrder(java.lang.Long order)
getOrder
public java.lang.Long getOrder()