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() |
URI |
getHref() |
AgreementType |
getType() |
UserId |
getUserId() |
void |
setHref(URI href) |
String |
toString() |
public Agreement()
public Agreement(AgreementType type, UserId userId, HashMap<String,String> attributes)
Copyright © 2016 Digipost Open Source. All rights reserved.