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
- Direct Known Subclasses:
- Mirror, Profile, Proxy, Server
public class IdentifiableBase
- extends TrackableBase
- implements java.io.Serializable
Base class for Mirror
,
Profile
, Proxy
and
Server
.
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentifiableBase
public IdentifiableBase()
getId
public java.lang.String getId()
- Get null
setId
public void setId(java.lang.String id)
- Set null
- Parameters:
id
-
setModelEncoding
public void setModelEncoding(java.lang.String modelEncoding)
- Overrides:
setModelEncoding
in class TrackableBase
getModelEncoding
public java.lang.String getModelEncoding()
- Overrides:
getModelEncoding
in class TrackableBase
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.