|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EventHandlerProfile
public final class EventHandlerProfile
The EventHandlerProfile class contains the information of one of profiles of an EventHandlerInfo.
| Constructor Summary | |
|---|---|
EventHandlerProfile(java.lang.String name,
java.lang.String description)
Constructs a new Event Handler Profile object. |
|
| Method Summary | |
|---|---|
EventHandlerProfile |
copy()
Creates a copy of this EventHandlerProfile. |
java.lang.String |
getDescription()
Gets the description of this EventHandlerProfile. |
java.lang.String |
getName()
Gets the name of this EventHandlerProfile. |
java.lang.Object |
getProperty(java.lang.String propertyName)
Gets the value of the named property. |
java.lang.String[] |
getPropertyNames()
Gets the names of all existing properties of this EventHandlerProfile. |
boolean |
isEqualTo(EventHandlerProfile p)
Compares two EventHandlerProfile objects. |
java.lang.Object |
putProperty(java.lang.String propertyName,
java.lang.Object value)
Sets the value of the named property. |
java.lang.Object |
removeProperty(java.lang.String propertyName)
Removes the named property. |
void |
setDescription(java.lang.String description)
Sets the description of this EventHandlerProfile. |
java.lang.String |
toString()
|
void |
update()
Stores the existing EventHandlerProfile in the server. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EventHandlerProfile(java.lang.String name,
java.lang.String description)
name - the name of the profiledescription - the description of the profileEventHandlerInfo.addProfile(com.starteam.EventHandlerProfile)| Method Detail |
|---|
public EventHandlerProfile copy()
EventHandlerProfile.isEqualTo(com.starteam.EventHandlerProfile)public boolean isEqualTo(EventHandlerProfile p)
p - The EventHandlerProfile object to be compared to this one.
EventHandlerProfile.copy()public void update()
EventHandlerInfo.addProfile(com.starteam.EventHandlerProfile)public java.lang.String getName()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The description of this EventHandlerProfile.public java.lang.String[] getPropertyNames()
public java.lang.Object getProperty(java.lang.String propertyName)
propertyName - The name of the property.
EventHandlerProfile.getPropertyNames()
public java.lang.Object putProperty(java.lang.String propertyName,
java.lang.Object value)
propertyName - The name of the property.value - The new value of the property.
EventHandlerProfile.getPropertyNames()public java.lang.Object removeProperty(java.lang.String propertyName)
propertyName - The name of the property.
EventHandlerProfile.getPropertyNames()public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||