Package io.anyline.plugin.config
Class Sfdc
-
- All Implemented Interfaces:
public class Sfdc
-
-
Constructor Summary
Constructors Constructor Description Sfdc()
-
Method Summary
Modifier and Type Method Description String
getAccountId()
void
setAccountId(String accountId)
String
getOppId()
void
setOppId(String oppId)
String
getAccountName()
void
setAccountName(String accountName)
String
toString()
int
hashCode()
boolean
equals(Object other)
-
-
Method Detail
-
getAccountId
String getAccountId()
-
setAccountId
void setAccountId(String accountId)
-
getAccountName
String getAccountName()
-
setAccountName
void setAccountName(String accountName)
-
hashCode
int hashCode()
-
-
-
-