public class Namespace extends Object
Constructor and Description |
---|
Namespace() |
Modifier and Type | Method and Description |
---|---|
String |
getFullPath() |
Integer |
getId() |
String |
getKind() |
String |
getName() |
String |
getPath() |
void |
setFullPath(String fullPath) |
void |
setId(Integer id) |
void |
setKind(String kind) |
void |
setName(String name) |
void |
setPath(String path) |
String |
toString() |
Namespace |
withFullPath(String fullPath) |
Namespace |
withId(Integer id) |
Namespace |
withKind(String kind) |
Namespace |
withName(String name) |
Namespace |
withPath(String path) |
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public String getKind()
public void setKind(String kind)
public String getFullPath()
public void setFullPath(String fullPath)
Copyright © 2020. All rights reserved.