Class AspectPoint
java.lang.Object
ch.cern.eam.wshub.core.services.workorders.entities.AspectPoint
- All Implemented Interfaces:
Comparable<AspectPoint>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(AspectPoint ap2) booleanintinthashCode()voidsetAspectCode(String aspectCode) voidsetPointCode(String pointCode) voidsetPointType(String pointType)
-
Constructor Details
-
AspectPoint
public AspectPoint()
-
-
Method Details
-
getAspectCode
-
setAspectCode
-
getPointCode
-
setPointCode
-
getPointType
-
setPointType
-
hashCode
public int hashCode() -
equals
-
getOrder
-
compareTo
- Specified by:
compareToin interfaceComparable<AspectPoint>
-