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, wait
getAttributes, setAttributes
public String getName()
SharingProfile
getName
in interface SharingProfile
public void setName(String name)
SharingProfile
setName
in interface SharingProfile
name
- The name to assign.public String getIdentifier()
Identifiable
getIdentifier
in interface Identifiable
public void setIdentifier(String identifier)
Identifiable
setIdentifier
in interface Identifiable
identifier
- The identifier to assign.public String getPrimaryConnectionIdentifier()
SharingProfile
getPrimaryConnectionIdentifier
in interface SharingProfile
public void setPrimaryConnectionIdentifier(String primaryConnectionIdentifier)
SharingProfile
setPrimaryConnectionIdentifier
in interface SharingProfile
primaryConnectionIdentifier
- The identifier of the primary connection associated with this
connection.public Map<String,String> getParameters()
SharingProfile
getParameters
in interface SharingProfile
public void setParameters(Map<String,String> parameters)
SharingProfile
setParameters
in interface SharingProfile
parameters
- A map which contains all connection parameter name/value pairs as
key/value pairs.Copyright © 2016. All rights reserved.