public class AddressWithInfo
extends java.lang.Object
AddressWithInfo
is used to store the "origin" of the contained MyTISMAdresse
so this info is still
available when needed.Constructor and Description |
---|
AddressWithInfo(MyTISMAdresse _address,
MyTISMBenachrichtigung _notification) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
addressesAsString(java.util.Collection<AddressWithInfo> addressesWithInfo)
Tools method for creating logging or error messages.
|
static java.lang.StringBuilder |
appendAddresses(java.lang.StringBuilder sb,
java.util.Collection<AddressWithInfo> addressesWithInfo)
Tools method for creating logging or error messages.
|
MyTISMAdresse |
getAddress() |
MyTISMBenachrichtigung |
getNotification() |
void |
setAddress(MyTISMAdresse $4) |
void |
setNotification(MyTISMBenachrichtigung $5) |
java.lang.String |
toString() |
public AddressWithInfo(MyTISMAdresse _address, MyTISMBenachrichtigung _notification)
public java.lang.String toString()
toString
in class java.lang.Object
public static java.lang.String addressesAsString(java.util.Collection<AddressWithInfo> addressesWithInfo)
public static java.lang.StringBuilder appendAddresses(java.lang.StringBuilder sb, java.util.Collection<AddressWithInfo> addressesWithInfo)
public MyTISMAdresse getAddress()
public void setAddress(MyTISMAdresse $4)
public MyTISMBenachrichtigung getNotification()
public void setNotification(MyTISMBenachrichtigung $5)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.