public class Agreement extends Object
| Constructor and Description |
|---|
Agreement() |
Agreement(AgreementType type,
UserId userId,
HashMap<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
static Agreement |
createInvoiceBankAgreement(UserId userId,
boolean smsNotification) |
HashMap<String,String> |
getAttributes() |
AgreementType |
getType() |
UserId |
getUserId() |
String |
toString() |
public Agreement()
public Agreement(AgreementType type, UserId userId, HashMap<String,String> attributes)
public static Agreement createInvoiceBankAgreement(UserId userId, boolean smsNotification)
public AgreementType getType()
public UserId getUserId()
Copyright © 2017 Digipost Open Source. All rights reserved.