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 booleanequals(Object other)StringgetEmail()EmailStringgetName()NameinthashCode()voidsetEmail(String email)EmailvoidsetName(String name)NameStringtoString()ContactwithEmail(String email)ContactwithName(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.
-
-