org.geebis.books.model.label
Class AccountLabel

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

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

See Also:
Serialized Form

Constructor Summary
AccountLabel()
           
AccountLabel(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

AccountLabel

public AccountLabel()

AccountLabel

public AccountLabel(java.lang.String name)