com.sun.grid.jgdi.event
public class ProjectModEvent extends ModEvent implements java.io.Serializable
Constructor and Description |
---|
ProjectModEvent(long timestamp,
int eventID) |
Modifier and Type | Method and Description |
---|---|
Project |
get() |
java.lang.String |
getName()
Get the name of the Project
|
void |
set(Project obj) |
void |
setPKInfo(int numKey1,
int numKey2,
java.lang.String strKey1,
java.lang.String strKey2)
Set the primary key info of the Project.
|
getChangedObject, getObjectType, setChangedObject, toString
getEventId, getTimestamp, getType
public void set(Project obj)
public Project get()
public void setPKInfo(int numKey1, int numKey2, java.lang.String strKey1, java.lang.String strKey2)
setPKInfo
in class ChangedObjectEvent
numKey1
- first numerical keynumKey2
- second numerical keystrKey1
- fist string keystrKey2
- second string keypublic java.lang.String getName()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.