public abstract class ClientConfiguration extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ClientConfiguration.Factory
Constructs new instances of
ClientConfiguration . |
Constructor and Description |
---|
ClientConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an ClientConfiguration instance and all
identifiers for this entity equal the identifiers of the argument entity. |
Blog |
getDefaultBlog() |
Long |
getId() |
Timestamp |
getLastLogoImageModificationDate()
The last modification date of the client logo
|
byte[] |
getLogoImage() |
String |
getTimeZoneId()
The time zone id used for the client.
|
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setDefaultBlog(Blog defaultBlog) |
void |
setId(Long id) |
void |
setLastLogoImageModificationDate(Timestamp lastLogoImageModificationDate) |
void |
setLogoImage(byte[] logoImage) |
void |
setTimeZoneId(String timeZoneId) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an ClientConfiguration instance and all
identifiers for this entity equal the identifiers of the argument entity. Returns
false
otherwise.public Blog getDefaultBlog()
public Long getId()
public Timestamp getLastLogoImageModificationDate()
The last modification date of the client logo
public byte[] getLogoImage()
public String getTimeZoneId()
The time zone id used for the client.
public int hashCode()
public void setDefaultBlog(Blog defaultBlog)
public void setId(Long id)
public void setLastLogoImageModificationDate(Timestamp lastLogoImageModificationDate)
public void setLogoImage(byte[] logoImage)
public void setTimeZoneId(String timeZoneId)
Copyright © 2019 Communote team. All rights reserved.