public class RegistryRepository extends Object
Constructor and Description |
---|
RegistryRepository() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt() |
Integer |
getId() |
String |
getLocation() |
String |
getName() |
String |
getPath() |
void |
setCreatedAt(Date createdAt) |
void |
setId(Integer id) |
void |
setLocation(String location) |
void |
setName(String name) |
void |
setPath(String path) |
String |
toString() |
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 getLocation()
public void setLocation(String location)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
Copyright © 2019. All rights reserved.