Class MissingKeysDto
java.lang.Object
sk.iway.iwcm.components.translation_keys.jpa.MissingKeysDto
-
Constructor Summary
ConstructorsConstructorDescriptionMissingKeysDto
(String key, Date lastMissing, String language, String urlAddress) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getKey()
void
void
void
setLanguage
(String language) void
setLastMissing
(Date lastMissing) void
setTranslation
(String translation) void
setUrlAddress
(String urlAddress)
-
Constructor Details
-
MissingKeysDto
public MissingKeysDto() -
MissingKeysDto
-
-
Method Details
-
setId
-
setKey
-
setLastMissing
-
setLanguage
-
setUrlAddress
-
setTranslation
-
getId
-
getKey
-
getLastMissing
-
getLanguage
-
getUrlAddress
-
getTranslation
-