public class ComponentLocation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentLocation.ComponentLocationBuilder |
| Constructor and Description |
|---|
ComponentLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFileName() |
Integer |
getLineInFile() |
String |
getLocation() |
List<LocationPart> |
getParts() |
TypedComponentIdentifier |
getTypedComponentIdentifier() |
int |
hashCode() |
void |
setFileName(String fileName) |
void |
setLineInFile(Integer lineInFile) |
void |
setLocation(String location) |
void |
setParts(List<LocationPart> parts) |
void |
setTypedComponentIdentifier(TypedComponentIdentifier typedComponentIdentifier) |
public String getLocation()
public void setLocation(String location)
public String getFileName()
public void setFileName(String fileName)
public Integer getLineInFile()
public void setLineInFile(Integer lineInFile)
public TypedComponentIdentifier getTypedComponentIdentifier()
public void setTypedComponentIdentifier(TypedComponentIdentifier typedComponentIdentifier)
public List<LocationPart> getParts()
public void setParts(List<LocationPart> parts)
Copyright © 2022. All rights reserved.