public class StructuringArtifact extends Object
Constructor and Description |
---|
StructuringArtifact(int hashcode,
String name,
ArrayList<StructuringElement> list) |
Modifier and Type | Method and Description |
---|---|
int |
getHashcode() |
ArrayList<StructuringElement> |
getList() |
String |
getName() |
Map<String,Object> |
getObjectAsMap() |
void |
setHashcode(int hashcode) |
void |
setList(ArrayList<StructuringElement> list) |
public StructuringArtifact(int hashcode, String name, ArrayList<StructuringElement> list)
public ArrayList<StructuringElement> getList()
public int getHashcode()
public void setList(ArrayList<StructuringElement> list)
public void setHashcode(int hashcode)
public String getName()
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.