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