Class StringLabel
- java.lang.Object
-
- java.util.AbstractMap.SimpleEntry<String,String>
-
- org.apache.openmeetings.db.entity.label.StringLabel
-
- All Implemented Interfaces:
Serializable
,Map.Entry<String,String>
,IDataProviderEntity
public class StringLabel extends AbstractMap.SimpleEntry<String,String> implements IDataProviderEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringLabel(String key, String value)
StringLabel(StringLabel l)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getId()
int
hashCode()
void
setId(Long id)
-
Methods inherited from class java.util.AbstractMap.SimpleEntry
getKey, getValue, setValue, toString
-
-
-
-
Constructor Detail
-
StringLabel
public StringLabel(StringLabel l)
-
-
Method Detail
-
hashCode
public int hashCode()
-
equals
public boolean equals(Object o)
-
getId
public Long getId()
- Specified by:
getId
in interfaceIDataProviderEntity
-
setId
public void setId(Long id)
- Specified by:
setId
in interfaceIDataProviderEntity
-
-