public abstract class AbstractSharingProfile extends Object implements SharingProfile
| Constructor and Description |
|---|
AbstractSharingProfile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIdentifier()
Returns the unique identifier assigned to this object.
|
String |
getName()
Returns the human-readable name assigned to this SharingProfile.
|
Map<String,String> |
getParameters()
Returns a map which contains connection parameter name/value pairs as
key/value pairs.
|
String |
getPrimaryConnectionIdentifier()
Returns the identifier of the primary connection associated with this
connection.
|
int |
hashCode() |
void |
setIdentifier(String identifier)
Sets the identifier assigned to this object.
|
void |
setName(String name)
Sets the human-readable name assigned to this SharingProfile.
|
void |
setParameters(Map<String,String> parameters)
Replaces all current parameters with the parameters defined within the
given map.
|
void |
setPrimaryConnectionIdentifier(String primaryConnectionIdentifier)
Sets the identifier of the primary connection associated with this
connection.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAttributes, setAttributespublic String getName()
SharingProfilegetName in interface SharingProfilepublic void setName(String name)
SharingProfilesetName in interface SharingProfilename - The name to assign.public String getIdentifier()
IdentifiablegetIdentifier in interface Identifiablepublic void setIdentifier(String identifier)
IdentifiablesetIdentifier in interface Identifiableidentifier - The identifier to assign.public String getPrimaryConnectionIdentifier()
SharingProfilegetPrimaryConnectionIdentifier in interface SharingProfilepublic void setPrimaryConnectionIdentifier(String primaryConnectionIdentifier)
SharingProfilesetPrimaryConnectionIdentifier in interface SharingProfileprimaryConnectionIdentifier - The identifier of the primary connection associated with this
connection.public Map<String,String> getParameters()
SharingProfilegetParameters in interface SharingProfilepublic void setParameters(Map<String,String> parameters)
SharingProfilesetParameters in interface SharingProfileparameters - A map which contains all connection parameter name/value pairs as
key/value pairs.Copyright © 2017. All rights reserved.