|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.meta.metadata.RoleInterface
public abstract class RoleInterface
Abstract class containing a representation of the general metadata available for an interface associated to a bridging element.
| Field Summary | |
|---|---|
private java.lang.String |
componentID
Interface/component ID |
private java.lang.String |
contactURL
The URL by which this interface can be reached |
private java.lang.String |
id
Interface ID (name) |
| Constructor Summary | |
|---|---|
RoleInterface()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getComponentID()
Gets the interface Component ID |
java.lang.String |
getContactURL()
Gets the URL of the interface |
java.lang.String |
getId()
Gets the interface ID (name) |
void |
setComponentID(java.lang.String id)
Sets the string value of the interface Component ID |
void |
setContactURL(java.lang.String location)
Sets the URL of the interface |
void |
setId(java.lang.String id)
Sets the interface ID (name) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String id
private java.lang.String componentID
private java.lang.String contactURL
| Constructor Detail |
|---|
public RoleInterface()
| Method Detail |
|---|
public java.lang.String getContactURL()
public void setContactURL(java.lang.String location)
location - the string value of the interface URLpublic java.lang.String getId()
public void setId(java.lang.String id)
id - the interface ID (name)public java.lang.String getComponentID()
public void setComponentID(java.lang.String id)
id - the string value of the interface Component ID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||