Package org.apache.maven.settings
Class IdentifiableBase
- java.lang.Object
-
- org.apache.maven.settings.TrackableBase
-
- org.apache.maven.settings.IdentifiableBase
-
- All Implemented Interfaces:
java.io.Serializable
public class IdentifiableBase extends TrackableBase implements java.io.Serializable
Base class forMirror
,Profile
,Proxy
andServer
.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.maven.settings.TrackableBase
GLOBAL_LEVEL, USER_LEVEL
-
-
Constructor Summary
Constructors Constructor Description IdentifiableBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Get the id field.void
setId(java.lang.String id)
Set the id field.-
Methods inherited from class org.apache.maven.settings.TrackableBase
getSourceLevel, setSourceLevel
-
-