Package se.datadosen.jalbum
Class ProjectSettings
java.lang.Object
se.datadosen.jalbum.ProjectSettings
- Since:
- v12
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncompareUnion
(ProjectSettings other) Equals comparison that only considers properties that exists in both objects (User variables are however compared strictly)boolean
int
hashCode()
void
void
save
(OutputStream os) boolean
unionEquals
(ProjectSettings other) Equals comparison that only considers properties that exists in both objects (User variables are however compared strictly)
-
Field Details
-
main
-
skin
-
user
-
-
Constructor Details
-
ProjectSettings
public ProjectSettings() -
ProjectSettings
-
-
Method Details
-
imageRelated
- Returns:
- Image related project settings only
-
unionEquals
Equals comparison that only considers properties that exists in both objects (User variables are however compared strictly)- Parameters:
other
-- Returns:
-
compareUnion
Equals comparison that only considers properties that exists in both objects (User variables are however compared strictly)- Parameters:
other
-- Returns:
-
hashCode
public int hashCode() -
equals
-
save
- Throws:
IOException
-
save
- Throws:
IOException
-
getInputStream
- Throws:
IOException
-