Class AddressService.AddressType.ClientRepresentation

java.lang.Object
ch.tocco.nice2.optional.address.api.AddressService.AddressType.ClientRepresentation
Enclosing class:
AddressService.AddressType

public static class AddressService.AddressType.ClientRepresentation extends Object
The simple representation of a AddressService.AddressType to be used for client UI. As AddressType is not an existing entity as with Acceptor for users, the typical pk/label logic is mocked up so we have the AddressType's short as primary key and the long as label, which will be set with actual label value in the client based on language properties.
  • Constructor Details

    • ClientRepresentation

      public ClientRepresentation()
  • Method Details

    • getPk

      public char getPk()
    • setPk

      public void setPk(char pk)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String addressLong)