Package nl.paston.apollon.model
Class Mapping
- java.lang.Object
-
- nl.paston.apollon.model.Mapping
-
- All Implemented Interfaces:
Serializable
@Entity public class Mapping extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Mapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)LonggetId()StringgetLabel()List<String>getProductLines()StringgetValue()inthashCode()voidsetId(Long id)voidsetLabel(String label)voidsetProductLines(List<String> productLines)voidsetValue(String value)StringtoString()
-