org.homeunix.thecave.buddi.plugin.api.model
Interface ImmutableAccountType

All Superinterfaces:
java.lang.Comparable<ImmutableModelObject>, ImmutableModelObject
All Known Subinterfaces:
MutableAccountType
All Known Implementing Classes:
ImmutableAccountTypeImpl, MutableAccountTypeImpl

public interface ImmutableAccountType
extends ImmutableModelObject


Method Summary
 java.lang.String getName()
          Returns the name associated with this type
 AccountType getType()
          Returns the wrapped object from the underlying data model.
 boolean isCredit()
          Does this type represent credit accounts?
 
Methods inherited from interface org.homeunix.thecave.buddi.plugin.api.model.ImmutableModelObject
getModified, getRaw, getUid
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()
Returns the name associated with this type

Returns:

getType

AccountType getType()
Returns the wrapped object from the underlying data model. By accessing this method, you bypass all protection which the Buddi API gives you; it is not recommended to use this method unless you understand the risks associated with it.

Returns:

isCredit

boolean isCredit()
Does this type represent credit accounts?

Returns: