Package de.trustable.ca3s.core.domain
Class ImportedURL
- java.lang.Object
-
- de.trustable.ca3s.core.domain.ImportedURL
-
- All Implemented Interfaces:
Serializable
@Entity public class ImportedURL extends Object implements Serializable
A ImportedURL.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportedURL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetId()InstantgetImportDate()StringgetName()inthashCode()ImportedURLid(Long id)ImportedURLimportDate(Instant importDate)ImportedURLname(String name)voidsetId(Long id)voidsetImportDate(Instant importDate)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
-
id
public ImportedURL id(Long id)
-
setId
public void setId(Long id)
-
getName
public String getName()
-
name
public ImportedURL name(String name)
-
setName
public void setName(String name)
-
getImportDate
public Instant getImportDate()
-
importDate
public ImportedURL importDate(Instant importDate)
-
setImportDate
public void setImportDate(Instant importDate)
-
-