Package sk.iway.iwcm.system
Class ConfDetails
java.lang.Object
sk.iway.iwcm.system.ConfDetails
- Direct Known Subclasses:
ConfDetailsDto
,ConfPrefixDto
Informacia o konfiguracnej premennej v DB / zoznam premennych
ConfDetails.java
-
Constructor Summary
ConstructorsConstructorDescriptionConfDetails
(String name, String value) ConfDetails
(String name, String value, Date dateChanged) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getValue()
void
setDateChanged
(Date dateChanged) void
setDescription
(String description) void
setModules
(String modules) void
void
-
Constructor Details
-
ConfDetails
public ConfDetails() -
ConfDetails
-
ConfDetails
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getModules
-
setModules
-
getDescription
-
setDescription
-
getDateChanged
-
setDateChanged
-