com.evolveum.midpoint.model.lens
Class AccountConstructionPack

java.lang.Object
  extended by com.evolveum.midpoint.model.lens.AccountConstructionPack

public class AccountConstructionPack
extends Object

Author:
semancik

Constructor Summary
AccountConstructionPack()
           
 
Method Summary
 void add(PrismPropertyValue<AccountConstruction> construction)
           
 Collection<PrismPropertyValue<AccountConstruction>> getConstructions()
           
 boolean isForceRecon()
           
 void setForceRecon(boolean forceRecon)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccountConstructionPack

public AccountConstructionPack()
Method Detail

isForceRecon

public boolean isForceRecon()

setForceRecon

public void setForceRecon(boolean forceRecon)

getConstructions

public Collection<PrismPropertyValue<AccountConstruction>> getConstructions()

add

public void add(PrismPropertyValue<AccountConstruction> construction)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.