public class OUserSocialNetwork
extends com.orientechnologies.orient.core.type.ODocumentWrapper
| Modifier and Type | Field and Description |
|---|---|
static String |
CLASS_NAME |
static String |
PROP_SERVICE |
static String |
PROP_USER |
static String |
PROP_USER_ID |
| Constructor and Description |
|---|
OUserSocialNetwork() |
OUserSocialNetwork(com.orientechnologies.orient.core.record.impl.ODocument iDocument) |
OUserSocialNetwork(String iClassName) |
| Modifier and Type | Method and Description |
|---|---|
OAuth2Service |
getService() |
com.orientechnologies.orient.core.record.impl.ODocument |
getServiceAsDocument() |
OrienteerUser |
getUser() |
com.orientechnologies.orient.core.record.impl.ODocument |
getUserAsDocument() |
String |
getUserId() |
OUserSocialNetwork |
setService(OAuth2Service service) |
OUserSocialNetwork |
setServiceAsDocument(com.orientechnologies.orient.core.record.impl.ODocument service) |
OUserSocialNetwork |
setUser(OrienteerUser user) |
OUserSocialNetwork |
setUserAsDocument(com.orientechnologies.orient.core.record.impl.ODocument user) |
OUserSocialNetwork |
setUserId(String userId) |
public static final String CLASS_NAME
public static final String PROP_USER_ID
public static final String PROP_SERVICE
public static final String PROP_USER
public OUserSocialNetwork()
public OUserSocialNetwork(String iClassName)
public OUserSocialNetwork(com.orientechnologies.orient.core.record.impl.ODocument iDocument)
public String getUserId()
public OUserSocialNetwork setUserId(String userId)
public OAuth2Service getService()
public com.orientechnologies.orient.core.record.impl.ODocument getServiceAsDocument()
public OUserSocialNetwork setService(OAuth2Service service)
public OUserSocialNetwork setServiceAsDocument(com.orientechnologies.orient.core.record.impl.ODocument service)
public OrienteerUser getUser()
public com.orientechnologies.orient.core.record.impl.ODocument getUserAsDocument()
public OUserSocialNetwork setUser(OrienteerUser user)
public OUserSocialNetwork setUserAsDocument(com.orientechnologies.orient.core.record.impl.ODocument user)
Copyright © 2020. All rights reserved.