@Entity public class JavadocHtmlUri extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ARTIFACT_ID |
static String |
GROUP_ID |
static String |
JAVADOC_JAR |
static String |
RELEASE_ID |
Constructor and Description |
---|
JavadocHtmlUri()
Instantiates a new javadoc html uri.
|
JavadocHtmlUri(String javadocJar,
String artifactID,
String releaseID,
String groupID,
String javadocHtmlUri)
Instantiates a new javadoc html uri.
|
Modifier and Type | Method and Description |
---|---|
String |
getArtifactID()
Gets the artifact id.
|
String |
getGroupID()
Gets the group id.
|
int |
getInternalId()
Gets the internal id.
|
String |
getJavadocHtmlUri()
Gets the javadoc html uri.
|
String |
getJavadocJar()
Gets the javadoc jar.
|
String |
getReleaseID()
Gets the release id.
|
void |
setArtifactID(String artifactID)
Sets the artifact id.
|
void |
setGroupID(String groupID)
Sets the group id.
|
void |
setJavadocHtmlUri(String javadocHtmlUri)
Sets the javadoc html uri.
|
void |
setJavadocJar(String javadocJar)
Sets the javadoc jar.
|
void |
setReleaseID(String releaseID)
Sets the release id.
|
String |
toString() |
public static final String JAVADOC_JAR
public static final String ARTIFACT_ID
public static final String RELEASE_ID
public static final String GROUP_ID
public JavadocHtmlUri()
public JavadocHtmlUri(String javadocJar, String artifactID, String releaseID, String groupID, String javadocHtmlUri)
javadocJar
- the javadoc jarartifactID
- the artifact idreleaseID
- the release idgroupID
- the group idjavadocHtmlUri
- the javadoc html uripublic String getJavadocJar()
public String getArtifactID()
public String getReleaseID()
public String getGroupID()
public String getJavadocHtmlUri()
public void setJavadocJar(String javadocJar)
javadocJar
- the new javadoc jarpublic void setArtifactID(String artifactID)
artifactID
- the new artifact idpublic void setReleaseID(String releaseID)
releaseID
- the new release idpublic void setGroupID(String groupID)
groupID
- the new group idpublic void setJavadocHtmlUri(String javadocHtmlUri)
javadocHtmlUri
- the new javadoc html uripublic int getInternalId()
Copyright © 2016. All Rights Reserved.