Class Site
java.lang.Object
com.liferay.headless.site.dto.v1_0.Site
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected Long
protected String
protected Site.MembershipType
protected @NotEmpty String
protected String
protected String
protected Site.TemplateType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getKey()
@Valid Site.MembershipType
getName()
@Valid Site.TemplateType
int
hashCode()
void
setExternalReferenceCode
(com.liferay.petra.function.UnsafeSupplier<String, Exception> externalReferenceCodeUnsafeSupplier) void
setExternalReferenceCode
(String externalReferenceCode) void
setFriendlyUrlPath
(com.liferay.petra.function.UnsafeSupplier<String, Exception> friendlyUrlPathUnsafeSupplier) void
setFriendlyUrlPath
(String friendlyUrlPath) void
void
void
void
void
setMembershipType
(Site.MembershipType membershipType) void
setMembershipType
(com.liferay.petra.function.UnsafeSupplier<Site.MembershipType, Exception> membershipTypeUnsafeSupplier) void
void
void
setParentSiteKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> parentSiteKeyUnsafeSupplier) void
setParentSiteKey
(String parentSiteKey) void
setTemplateKey
(com.liferay.petra.function.UnsafeSupplier<String, Exception> templateKeyUnsafeSupplier) void
setTemplateKey
(String templateKey) void
setTemplateType
(Site.TemplateType templateType) void
setTemplateType
(com.liferay.petra.function.UnsafeSupplier<Site.TemplateType, Exception> templateTypeUnsafeSupplier) static Site
toString()
static Site
unsafeToDTO
(String json)
-
Field Details
-
externalReferenceCode
-
friendlyUrlPath
-
id
-
key
-
membershipType
-
name
-
parentSiteKey
-
templateKey
-
templateType
-
xClassName
-
-
Constructor Details
-
Site
public Site()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getExternalReferenceCode
-
setExternalReferenceCode
-
setExternalReferenceCode
-
getFriendlyUrlPath
-
setFriendlyUrlPath
-
setFriendlyUrlPath
-
getId
-
setId
-
setId
-
getKey
-
setKey
-
setKey
-
getMembershipType
-
getMembershipTypeAsString
-
setMembershipType
-
setMembershipType
public void setMembershipType(com.liferay.petra.function.UnsafeSupplier<Site.MembershipType, Exception> membershipTypeUnsafeSupplier) -
getName
-
setName
-
setName
-
getParentSiteKey
-
setParentSiteKey
-
setParentSiteKey
-
getTemplateKey
-
setTemplateKey
-
setTemplateKey
-
getTemplateType
-
getTemplateTypeAsString
-
setTemplateType
-
setTemplateType
public void setTemplateType(com.liferay.petra.function.UnsafeSupplier<Site.TemplateType, Exception> templateTypeUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-