org.geebis.books.model.label
Class EmployeeLabel

java.lang.Object
  extended by org.geebis.books.model.label.Label
      extended by org.geebis.books.model.label.EmployeeLabel
All Implemented Interfaces:
java.io.Serializable

@Name(value="employeeLabel")
public class EmployeeLabel
extends Label
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EmployeeLabel()
           
EmployeeLabel(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class org.geebis.books.model.label.Label
addLabel, getId, getName, getVersion, isLabelCompatible, removeLabel, setId, setName, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmployeeLabel

public EmployeeLabel()

EmployeeLabel

public EmployeeLabel(java.lang.String name)