public class FolderInfo extends Object
Directory.| Constructor and Description |
|---|
FolderInfo()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getBranchId() |
Date |
getCreatedAt() |
Long |
getDirectoryId() |
String |
getExportPattern() |
long |
getId() |
String |
getName() |
String |
getPath() |
Priority |
getPriority() |
long |
getProjectId() |
String |
getTitle() |
Date |
getUpdatedAt() |
int |
hashCode() |
void |
setBranchId(Long branchId) |
void |
setCreatedAt(Date createdAt) |
void |
setDirectoryId(Long directoryId) |
void |
setExportPattern(String exportPattern) |
void |
setId(long id) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setPriority(Priority priority) |
void |
setProjectId(long projectId) |
void |
setTitle(String title) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString() |
public long getId()
public void setId(long id)
id - the folder ID to set.public long getProjectId()
public void setProjectId(long projectId)
projectId - the project ID to set.public Long getBranchId()
public void setBranchId(Long branchId)
branchId - the branch ID to set.public Long getDirectoryId()
public void setDirectoryId(Long directoryId)
directoryId - the folder ID to set.public String getName()
public void setName(String name)
name - the folder name to set.public String getTitle()
public void setTitle(String title)
title - the title to set.public String getExportPattern()
public void setExportPattern(String exportPattern)
exportPattern - the export pattern to set.public String getPath()
public void setPath(String path)
path - the folder path to set.public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - the creation time to set.public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
updatedAt - the update time to set.Copyright © 2024. All rights reserved.