Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface

   
Interface ICESObject

 
Class Hierarchy
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESObject
Class Location

Framework : ENOJCESInterfaces

Module : CESJAPIInterface

Class Description

public interface ICESObject

This is an abstract custom interface that is extended by other objects within the Part Selection APIs.
ICESCategory, ICESView and ICESViewAttibute extend from ICESObject.

Since:
R18 SP1
Author:
PTP
Author:
OIN
Version:
R18, 12/01/2007
Field Summary

Constructor Summary

Method Summary
public String getDBName()
Returns the Data Base Name of the CESObject.
public String getLabel()
Returns the Label of the CESObject.
public void setDBName(String s)
Sets the Data Base Name of the CESObject.
public void setLabel(String s)
Sets the Label of the CESObject.


Field Detail

Constructor Detail

Method Detail

getDBName

    public String getDBName()

Returns the Data Base Name of the CESObject.

Return:
Data Base Name of the CESObject.

getLabel

    public String getLabel()

Returns the Label of the CESObject.

Return:
Label of the CESObject.

setDBName

    public void setDBName(String s)

Sets the Data Base Name of the CESObject.

Parameters:
s
Specifies the Data Base Name of the CESObject.

setLabel

    public void setLabel(String s)

Sets the Label of the CESObject.

Parameters:
s
Specifies the Label of the CESObject.


Copyright © 2000, Dassault Systèmes. All rights reserved