Class Contact
- java.lang.Object
-
- com.ellucian.generated.eedm.blanket_purchase_orders.v16_1_0.Contact
-
@Generated("jsonschema2pojo") public class Contact extends Object
ContactThe contact for the vendor.
-
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getEmail()
EmailString
getName()
Nameint
hashCode()
void
setEmail(String email)
Emailvoid
setName(String name)
NameString
toString()
Contact
withEmail(String email)
Contact
withName(String name)
-
-
-
Method Detail
-
getName
public String getName()
NameThe name of the contact.
-
setName
public void setName(String name)
NameThe name of the contact.
-
getEmail
public String getEmail()
EmailThe email address of the contact.
-
setEmail
public void setEmail(String email)
EmailThe email address of the contact.
-
-