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

All Superinterfaces:
java.lang.Comparable<ImmutableModelObject>, ImmutableAccountType, ImmutableModelObject
All Known Implementing Classes:
MutableAccountTypeImpl

public interface MutableAccountType
extends ImmutableAccountType


Method Summary
 void setName(java.lang.String name)
          Sets the name of this type
 
Methods inherited from interface org.homeunix.thecave.buddi.plugin.api.model.ImmutableAccountType
getName, getType, isCredit
 
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

setName

void setName(java.lang.String name)
             throws InvalidValueException
Sets the name of this type

Parameters:
name -
Throws:
InvalidValueException