public class ArtifactEntityPK extends Object
| Constructor and Description |
|---|
ArtifactEntityPK(String artifactName,
String foreignKeys)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactName()
Get the name of the associated artifact.
|
String |
getForeignKeys()
Get the foreign key information of the associated artifact.
|
int |
hashCode() |
void |
setArtifactName(String name)
Set the name of the associated artifact.
|
void |
setForeignKeys(String foreignKeys)
Set the foreign key information of the associated artifact.
|
public String getArtifactName()
public void setArtifactName(String name)
name - artifact namepublic String getForeignKeys()
public void setForeignKeys(String foreignKeys)
foreignKeys - foreign key informationCopyright © 2022 Apache Software Foundation. All rights reserved.