Class MavenEntityCoreImpl
java.lang.Object
org.aksw.commons.model.maven.domain.impl.MavenEntityCoreImpl
- All Implemented Interfaces:
MavenEntityCore
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from interface MavenEntityCore
URN_MVN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe remainder is a string that follows the maven coordinate and should start with # or /getType()setArtifactId(String artifactId) setClassifier(String classifier) setGroupId(String groupId) setRemainder(String remainder) setVersion(String version)
-
Field Details
-
groupId
-
artifactId
-
version
-
type
-
classifier
-
remainder
-
-
Constructor Details
-
MavenEntityCoreImpl
public MavenEntityCoreImpl() -
MavenEntityCoreImpl
-
MavenEntityCoreImpl
-
MavenEntityCoreImpl
-
-
Method Details
-
getGroupId
- Specified by:
getGroupIdin interfaceMavenEntityCore
-
setGroupId
- Specified by:
setGroupIdin interfaceMavenEntityCore
-
getArtifactId
- Specified by:
getArtifactIdin interfaceMavenEntityCore
-
setArtifactId
- Specified by:
setArtifactIdin interfaceMavenEntityCore
-
getVersion
- Specified by:
getVersionin interfaceMavenEntityCore
-
setVersion
- Specified by:
setVersionin interfaceMavenEntityCore
-
getClassifier
- Specified by:
getClassifierin interfaceMavenEntityCore
-
setClassifier
- Specified by:
setClassifierin interfaceMavenEntityCore
-
getType
- Specified by:
getTypein interfaceMavenEntityCore
-
setType
- Specified by:
setTypein interfaceMavenEntityCore
-
getRemainder
Description copied from interface:MavenEntityCoreThe remainder is a string that follows the maven coordinate and should start with # or /- Specified by:
getRemainderin interfaceMavenEntityCore
-
setRemainder
- Specified by:
setRemainderin interfaceMavenEntityCore
-