com.altair.hwm.comm.loadsubmission.ecompute
Class HWMEComputeProfile

java.lang.Object
  extended by com.altair.hwm.comm.loadsubmission.ecompute.HWMEComputeProfile

public class HWMEComputeProfile
extends java.lang.Object

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

HWMEComputeProfile

public HWMEComputeProfile()
Constructor

Method Detail

SetProfile

public void SetProfile(java.lang.String strProfile)
Set the profile

Parameters:
strProfile - The profile name

GetProfile

public java.lang.String GetProfile()
Get the profile

Returns:
String The profile name

SetID

public void SetID(int nID)
Set the profile ID.

Parameters:
nID - The profile id

GetID

public int GetID()
Get the profile ID.

Returns:
int The profile id

toString

public java.lang.String toString()
Converts the profile into a string

Overrides:
toString in class java.lang.Object
Returns:
String The profile ID and name as a string.