Package org.apache.maven.settings
Class IdentifiableBase
java.lang.Object
org.apache.maven.settings.TrackableBase
org.apache.maven.settings.IdentifiableBase
- All Implemented Interfaces:
Serializable
,Cloneable
Base class for
Mirror
,
Profile
, Proxy
and
Server
.- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields inherited from class org.apache.maven.settings.TrackableBase
GLOBAL_LEVEL, USER_LEVEL
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.settings.TrackableBase
getSourceLevel, setSourceLevel
-
Constructor Details
-
IdentifiableBase
public IdentifiableBase()
-
-
Method Details
-
clone
Method clone.- Overrides:
clone
in classTrackableBase
- Returns:
- IdentifiableBase
-
getId
Get the id field.- Returns:
- String
-
setId
Set the id field.- Parameters:
id
- a id object.
-