dk.netarkivet.common.utils
Interface Named

All Known Implementing Classes:
Domain, DomainConfiguration, FullHarvest, HarvestDefinition, PartialHarvest, Password, RepeatingSchedule, Schedule, SeedList, SparsePartialHarvest, TimedSchedule

public interface Named

This interface describes objects that have a name. The name of an object should uniquely identify that object within a certain collection of objects, but not necessarily globally.


Method Summary
 java.lang.String getComments()
          Get the comment of this object.
 java.lang.String getName()
          Get the name of this object.
 

Method Detail

getName

java.lang.String getName()
Get the name of this object.

Returns:
The name of this object.

getComments

java.lang.String getComments()
Get the comment of this object.

Returns:
The name of this object.