public class GeneratorInformation extends Object implements Comparable<GeneratorInformation>
Constructor and Description |
---|
GeneratorInformation(String id,
String label,
String description,
LinkTarget addTarget) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(GeneratorInformation o) |
boolean |
equals(Object obj) |
LinkTarget |
getAddTarget() |
String |
getDescription() |
String |
getId() |
String |
getLabel() |
int |
hashCode() |
public GeneratorInformation(String id, String label, String description, LinkTarget addTarget)
public LinkTarget getAddTarget()
public String getId()
public String getLabel()
public String getDescription()
public int compareTo(GeneratorInformation o)
compareTo
in interface Comparable<GeneratorInformation>
Copyright © 2014, 2015 IBH SYSTEMS GmbH and others. All Rights Reserved.