|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.comm.loadsubmission.ecompute.HWMEComputeProfile
public class HWMEComputeProfile
Title: HWMEComputeProfile
Description: Represents a profile present in eCompute.
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMEComputeProfile()
Constructor |
Method Summary | |
---|---|
int |
GetID()
Get the profile ID. |
java.lang.String |
GetProfile()
Get the profile |
void |
SetID(int nID)
Set the profile ID. |
void |
SetProfile(java.lang.String strProfile)
Set the profile |
java.lang.String |
toString()
Converts the profile into a string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HWMEComputeProfile()
Method Detail |
---|
public void SetProfile(java.lang.String strProfile)
strProfile
- The profile namepublic java.lang.String GetProfile()
public void SetID(int nID)
nID
- The profile idpublic int GetID()
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 |