Package org.damap.base.rest.madmp.dto
Class Contact
java.lang.Object
org.damap.base.rest.madmp.dto.Contact
The DMP Contact Schema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe Contact ID SchemagetMbox()The Mailbox SchemagetName()The Name SchemainthashCode()voidsetAdditionalProperty(String name, Object value) voidsetContactId(ContactId contactId) The Contact ID SchemavoidThe Mailbox SchemavoidThe Name SchematoString()
-
Constructor Details
-
Contact
public Contact()
-
-
Method Details
-
getContactId
The Contact ID Schema(Required)
-
setContactId
The Contact ID Schema(Required)
-
getMbox
The Mailbox SchemaContact Person's E-mail address (Required)
-
setMbox
The Mailbox SchemaContact Person's E-mail address (Required)
-
getName
The Name SchemaName of the contact person (Required)
-
setName
The Name SchemaName of the contact person (Required)
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-