BEA Systems, Inc.

com.beasys.commerce.axiom.reasoning.rules.results
Interface Nameable

All Known Implementing Classes:
ContentQuery, Classification

public interface Nameable

Specifies the behavior for a nameable object


Method Summary
 java.lang.String getName()
          Gets the name of a object
 void setName(java.lang.String name)
          Sets the name of a object
 

Method Detail

getName

public java.lang.String getName()
Gets the name of a object
Returns:
The name

setName

public void setName(java.lang.String name)
             throws java.lang.IllegalArgumentException
Sets the name of a object
Parameters:
name - The name of the object
Throws:
java.lang.IllegalArgumentException - Thrown if name is null or zero-length

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved