Class LabelDTO
java.lang.Object
me.julb.applications.github.actions.LabelDTO
- All Implemented Interfaces:
Comparable<LabelDTO>
The label imported from specified source.
- Author:
- Julb.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
(package private) String
A method to use the lower-cased name forObject.equals(Object)
andObject.hashCode()
.
-
Constructor Details
-
LabelDTO
public LabelDTO()
-
-
Method Details
-
nameLowerCase
String nameLowerCase()A method to use the lower-cased name forObject.equals(Object)
andObject.hashCode()
.- Returns:
- the name in lowercase.
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<LabelDTO>
-