Uses of Class
nl.karpi.bm.Muisposten

Packages that use Muisposten
nl.karpi.bm.generated   
 

Uses of Muisposten in nl.karpi.bm.generated
 

Fields in nl.karpi.bm.generated with type parameters of type Muisposten
static java.util.Comparator<Muisposten> Muisposten.COMPARATOR_FAKTUURNR
          A comparator that compares on faktuurnr
protected  java.util.List<Muisposten> Klant.muispostensWhereIAmKlant
           
 

Methods in nl.karpi.bm.generated that return Muisposten
 Muisposten Muisposten.cloneShallow()
           
static Muisposten Muisposten.findAndLockByPK(java.math.BigInteger faktuurnr)
           
static Muisposten Muisposten.findAndLockByPK(int id)
           
static Muisposten Muisposten.findAndLockByPK(long id)
           
static Muisposten Muisposten.findByFaktuurnr(java.math.BigInteger faktuurnr)
           
static Muisposten Muisposten.findByPK(java.math.BigInteger faktuurnr)
           
static Muisposten Muisposten.findByPK(int id)
           
static Muisposten Muisposten.findByPK(long id)
           
 Muisposten Muisposten.withBetaald(java.math.BigDecimal value)
           
 Muisposten Muisposten.withFaktuurbedrag(java.math.BigDecimal value)
           
 Muisposten Muisposten.withFaktuurnr(java.math.BigInteger value)
           
 Muisposten Muisposten.withKlant(Klant value)
           
 Muisposten Muisposten.withMuisdebiteurnr(java.math.BigInteger value)
           
 Muisposten Muisposten.withSaldo(java.math.BigDecimal value)
           
 Muisposten Muisposten.withVervaldatum(java.util.Calendar value)
           
 

Methods in nl.karpi.bm.generated that return types with arguments of type Muisposten
static java.util.List<Muisposten> Muisposten.findAll()
          find all entities
static java.util.List<Muisposten> Muisposten.findAllOrderedBy(java.lang.String orderedBy)
          find all entities ordered by
 java.util.List<Muisposten> Klant.getMuispostensWhereIAmKlant()
          returns a new list containing a snapshot of the actual list, instead of an returning an unmodifyableList.
 

Methods in nl.karpi.bm.generated with parameters of type Muisposten
 void Klant.addMuispostensWhereIAmKlant(Muisposten value)
          MuispostensWhereIAmKlant
 int Muisposten.ComparatorFaktuurnr.compare(Muisposten o1, Muisposten o2)
           
 int Muisposten.compareTo(Muisposten o)
          default compare on primary key
 void Klant.removeMuispostensWhereIAmKlant(Muisposten value)
           
static void Muisposten.shallowCopy(Muisposten original, Muisposten copy)
          shallow copy, used for cloning but also for e.g. updating an entity in a REST PUT
 

Method parameters in nl.karpi.bm.generated with type arguments of type Muisposten
 void Klant.setMuispostensWhereIAmKlant(java.util.List<Muisposten> value)
           
 Klant Klant.withMuispostensWhereIAmKlant(java.util.List<Muisposten> value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.