Class BaseSourceDescriptorBean
java.lang.Object
io.github.mmm.code.base.source.BaseSourceDescriptor
io.github.mmm.code.base.source.BaseSourceDescriptorBean
- All Implemented Interfaces:
io.github.mmm.code.api.source.CodeSourceDescriptor
Base implementation of
BaseSourceDescriptor as mutable Java bean.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
Field Summary
Fields inherited from interface io.github.mmm.code.api.source.CodeSourceDescriptor
VERSION_UNDEFINED -
Constructor Summary
ConstructorsConstructorDescriptionThe constructor.BaseSourceDescriptorBean(io.github.mmm.code.api.source.CodeSourceDescriptor template) The constructor.The constructor.BaseSourceDescriptorBean(String groupId, String artifactId, String version, String scope, String docUrl) The constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetId()getScope()voidsetArtifactId(String artifactId) voidvoidsetGroupId(String groupId) voidvoidvoidsetVersion(String version) Methods inherited from class BaseSourceDescriptor
createId, equals, hashCode, toString
-
Constructor Details
-
BaseSourceDescriptorBean
public BaseSourceDescriptorBean()The constructor. -
BaseSourceDescriptorBean
-
BaseSourceDescriptorBean
-
BaseSourceDescriptorBean
public BaseSourceDescriptorBean(io.github.mmm.code.api.source.CodeSourceDescriptor template) The constructor.- Parameters:
template- theCodeSourceDescriptorto copy.
-
-
Method Details
-
getId
-
setId
-
getGroupId
-
setGroupId
- Parameters:
groupId- the new value ofgetGroupId().
-
getArtifactId
-
setArtifactId
- Parameters:
artifactId- the new value ofgetArtifactId().
-
getVersion
-
setVersion
- Parameters:
version- the new value ofgetVersion().
-
getScope
-
setScope
- Parameters:
scope- the new value ofgetScope().
-
getDocUrl
-
setDocUrl
- Parameters:
docUrl- the new value ofgetDocUrl().
-