
com.liferay.commerce.product.model.impl.CPAttachmentFileEntryCacheModel Maven / Gradle / Ivy
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
package com.liferay.commerce.product.model.impl;
import com.liferay.commerce.product.model.CPAttachmentFileEntry;
import com.liferay.petra.lang.HashUtil;
import com.liferay.petra.string.StringBundler;
import com.liferay.portal.kernel.model.CacheModel;
import com.liferay.portal.kernel.model.MVCCModel;
import java.io.Externalizable;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
import java.util.Date;
/**
* The cache model class for representing CPAttachmentFileEntry in entity cache.
*
* @author Marco Leo
* @generated
*/
public class CPAttachmentFileEntryCacheModel
implements CacheModel, Externalizable, MVCCModel {
@Override
public boolean equals(Object object) {
if (this == object) {
return true;
}
if (!(object instanceof CPAttachmentFileEntryCacheModel)) {
return false;
}
CPAttachmentFileEntryCacheModel cpAttachmentFileEntryCacheModel =
(CPAttachmentFileEntryCacheModel)object;
if ((CPAttachmentFileEntryId ==
cpAttachmentFileEntryCacheModel.CPAttachmentFileEntryId) &&
(mvccVersion == cpAttachmentFileEntryCacheModel.mvccVersion)) {
return true;
}
return false;
}
@Override
public int hashCode() {
int hashCode = HashUtil.hash(0, CPAttachmentFileEntryId);
return HashUtil.hash(hashCode, mvccVersion);
}
@Override
public long getMvccVersion() {
return mvccVersion;
}
@Override
public void setMvccVersion(long mvccVersion) {
this.mvccVersion = mvccVersion;
}
@Override
public String toString() {
StringBundler sb = new StringBundler(57);
sb.append("{mvccVersion=");
sb.append(mvccVersion);
sb.append(", ctCollectionId=");
sb.append(ctCollectionId);
sb.append(", uuid=");
sb.append(uuid);
sb.append(", externalReferenceCode=");
sb.append(externalReferenceCode);
sb.append(", CPAttachmentFileEntryId=");
sb.append(CPAttachmentFileEntryId);
sb.append(", groupId=");
sb.append(groupId);
sb.append(", companyId=");
sb.append(companyId);
sb.append(", userId=");
sb.append(userId);
sb.append(", userName=");
sb.append(userName);
sb.append(", createDate=");
sb.append(createDate);
sb.append(", modifiedDate=");
sb.append(modifiedDate);
sb.append(", classNameId=");
sb.append(classNameId);
sb.append(", classPK=");
sb.append(classPK);
sb.append(", fileEntryId=");
sb.append(fileEntryId);
sb.append(", cdnEnabled=");
sb.append(cdnEnabled);
sb.append(", cdnURL=");
sb.append(cdnURL);
sb.append(", displayDate=");
sb.append(displayDate);
sb.append(", expirationDate=");
sb.append(expirationDate);
sb.append(", galleryEnabled=");
sb.append(galleryEnabled);
sb.append(", title=");
sb.append(title);
sb.append(", json=");
sb.append(json);
sb.append(", priority=");
sb.append(priority);
sb.append(", type=");
sb.append(type);
sb.append(", lastPublishDate=");
sb.append(lastPublishDate);
sb.append(", status=");
sb.append(status);
sb.append(", statusByUserId=");
sb.append(statusByUserId);
sb.append(", statusByUserName=");
sb.append(statusByUserName);
sb.append(", statusDate=");
sb.append(statusDate);
sb.append("}");
return sb.toString();
}
@Override
public CPAttachmentFileEntry toEntityModel() {
CPAttachmentFileEntryImpl cpAttachmentFileEntryImpl =
new CPAttachmentFileEntryImpl();
cpAttachmentFileEntryImpl.setMvccVersion(mvccVersion);
cpAttachmentFileEntryImpl.setCtCollectionId(ctCollectionId);
if (uuid == null) {
cpAttachmentFileEntryImpl.setUuid("");
}
else {
cpAttachmentFileEntryImpl.setUuid(uuid);
}
if (externalReferenceCode == null) {
cpAttachmentFileEntryImpl.setExternalReferenceCode("");
}
else {
cpAttachmentFileEntryImpl.setExternalReferenceCode(
externalReferenceCode);
}
cpAttachmentFileEntryImpl.setCPAttachmentFileEntryId(
CPAttachmentFileEntryId);
cpAttachmentFileEntryImpl.setGroupId(groupId);
cpAttachmentFileEntryImpl.setCompanyId(companyId);
cpAttachmentFileEntryImpl.setUserId(userId);
if (userName == null) {
cpAttachmentFileEntryImpl.setUserName("");
}
else {
cpAttachmentFileEntryImpl.setUserName(userName);
}
if (createDate == Long.MIN_VALUE) {
cpAttachmentFileEntryImpl.setCreateDate(null);
}
else {
cpAttachmentFileEntryImpl.setCreateDate(new Date(createDate));
}
if (modifiedDate == Long.MIN_VALUE) {
cpAttachmentFileEntryImpl.setModifiedDate(null);
}
else {
cpAttachmentFileEntryImpl.setModifiedDate(new Date(modifiedDate));
}
cpAttachmentFileEntryImpl.setClassNameId(classNameId);
cpAttachmentFileEntryImpl.setClassPK(classPK);
cpAttachmentFileEntryImpl.setFileEntryId(fileEntryId);
cpAttachmentFileEntryImpl.setCDNEnabled(cdnEnabled);
if (cdnURL == null) {
cpAttachmentFileEntryImpl.setCDNURL("");
}
else {
cpAttachmentFileEntryImpl.setCDNURL(cdnURL);
}
if (displayDate == Long.MIN_VALUE) {
cpAttachmentFileEntryImpl.setDisplayDate(null);
}
else {
cpAttachmentFileEntryImpl.setDisplayDate(new Date(displayDate));
}
if (expirationDate == Long.MIN_VALUE) {
cpAttachmentFileEntryImpl.setExpirationDate(null);
}
else {
cpAttachmentFileEntryImpl.setExpirationDate(
new Date(expirationDate));
}
cpAttachmentFileEntryImpl.setGalleryEnabled(galleryEnabled);
if (title == null) {
cpAttachmentFileEntryImpl.setTitle("");
}
else {
cpAttachmentFileEntryImpl.setTitle(title);
}
if (json == null) {
cpAttachmentFileEntryImpl.setJson("");
}
else {
cpAttachmentFileEntryImpl.setJson(json);
}
cpAttachmentFileEntryImpl.setPriority(priority);
cpAttachmentFileEntryImpl.setType(type);
if (lastPublishDate == Long.MIN_VALUE) {
cpAttachmentFileEntryImpl.setLastPublishDate(null);
}
else {
cpAttachmentFileEntryImpl.setLastPublishDate(
new Date(lastPublishDate));
}
cpAttachmentFileEntryImpl.setStatus(status);
cpAttachmentFileEntryImpl.setStatusByUserId(statusByUserId);
if (statusByUserName == null) {
cpAttachmentFileEntryImpl.setStatusByUserName("");
}
else {
cpAttachmentFileEntryImpl.setStatusByUserName(statusByUserName);
}
if (statusDate == Long.MIN_VALUE) {
cpAttachmentFileEntryImpl.setStatusDate(null);
}
else {
cpAttachmentFileEntryImpl.setStatusDate(new Date(statusDate));
}
cpAttachmentFileEntryImpl.resetOriginalValues();
return cpAttachmentFileEntryImpl;
}
@Override
public void readExternal(ObjectInput objectInput)
throws ClassNotFoundException, IOException {
mvccVersion = objectInput.readLong();
ctCollectionId = objectInput.readLong();
uuid = objectInput.readUTF();
externalReferenceCode = objectInput.readUTF();
CPAttachmentFileEntryId = objectInput.readLong();
groupId = objectInput.readLong();
companyId = objectInput.readLong();
userId = objectInput.readLong();
userName = objectInput.readUTF();
createDate = objectInput.readLong();
modifiedDate = objectInput.readLong();
classNameId = objectInput.readLong();
classPK = objectInput.readLong();
fileEntryId = objectInput.readLong();
cdnEnabled = objectInput.readBoolean();
cdnURL = objectInput.readUTF();
displayDate = objectInput.readLong();
expirationDate = objectInput.readLong();
galleryEnabled = objectInput.readBoolean();
title = objectInput.readUTF();
json = (String)objectInput.readObject();
priority = objectInput.readDouble();
type = objectInput.readInt();
lastPublishDate = objectInput.readLong();
status = objectInput.readInt();
statusByUserId = objectInput.readLong();
statusByUserName = objectInput.readUTF();
statusDate = objectInput.readLong();
}
@Override
public void writeExternal(ObjectOutput objectOutput) throws IOException {
objectOutput.writeLong(mvccVersion);
objectOutput.writeLong(ctCollectionId);
if (uuid == null) {
objectOutput.writeUTF("");
}
else {
objectOutput.writeUTF(uuid);
}
if (externalReferenceCode == null) {
objectOutput.writeUTF("");
}
else {
objectOutput.writeUTF(externalReferenceCode);
}
objectOutput.writeLong(CPAttachmentFileEntryId);
objectOutput.writeLong(groupId);
objectOutput.writeLong(companyId);
objectOutput.writeLong(userId);
if (userName == null) {
objectOutput.writeUTF("");
}
else {
objectOutput.writeUTF(userName);
}
objectOutput.writeLong(createDate);
objectOutput.writeLong(modifiedDate);
objectOutput.writeLong(classNameId);
objectOutput.writeLong(classPK);
objectOutput.writeLong(fileEntryId);
objectOutput.writeBoolean(cdnEnabled);
if (cdnURL == null) {
objectOutput.writeUTF("");
}
else {
objectOutput.writeUTF(cdnURL);
}
objectOutput.writeLong(displayDate);
objectOutput.writeLong(expirationDate);
objectOutput.writeBoolean(galleryEnabled);
if (title == null) {
objectOutput.writeUTF("");
}
else {
objectOutput.writeUTF(title);
}
if (json == null) {
objectOutput.writeObject("");
}
else {
objectOutput.writeObject(json);
}
objectOutput.writeDouble(priority);
objectOutput.writeInt(type);
objectOutput.writeLong(lastPublishDate);
objectOutput.writeInt(status);
objectOutput.writeLong(statusByUserId);
if (statusByUserName == null) {
objectOutput.writeUTF("");
}
else {
objectOutput.writeUTF(statusByUserName);
}
objectOutput.writeLong(statusDate);
}
public long mvccVersion;
public long ctCollectionId;
public String uuid;
public String externalReferenceCode;
public long CPAttachmentFileEntryId;
public long groupId;
public long companyId;
public long userId;
public String userName;
public long createDate;
public long modifiedDate;
public long classNameId;
public long classPK;
public long fileEntryId;
public boolean cdnEnabled;
public String cdnURL;
public long displayDate;
public long expirationDate;
public boolean galleryEnabled;
public String title;
public String json;
public double priority;
public int type;
public long lastPublishDate;
public int status;
public long statusByUserId;
public String statusByUserName;
public long statusDate;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy