Class ContactAddressDTO


  • public class ContactAddressDTO
    extends org.osgi.dto.DTO
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String address
      The contact address of the vendor.
      java.lang.String type
      The type of the address.
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • type

        public java.lang.String type
        The type of the address.

        The type is either 'email', 'url' or 'postal'. This field must not be null.

      • address

        public java.lang.String address
        The contact address of the vendor.

        This field must not be null.

    • Constructor Detail

      • ContactAddressDTO

        public ContactAddressDTO()