com.ptc.netmarkets.model
Interface NmNamed

All Known Implementing Classes:
NmNamedObject, NmSite

public interface NmNamed



Supported API: false

Extendable: false


Field Summary
static String NAME
          Label for the attribute.
 
Method Summary
 String getName()
          Gets the value of the attribute: NAME.
 void setName(String a_Name)
          Sets the value of the attribute: NAME.
 

Field Detail

NAME

public static final String NAME
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getName

public String getName()
Gets the value of the attribute: NAME.

Supported API: false

Returns:
String

setName

public void setName(String a_Name)
Sets the value of the attribute: NAME.

Supported API: false

Parameters:
a_Name -