public class CtxLogFile extends Object implements Serializable
Constructor and Description |
---|
CtxLogFile() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Date |
getDate() |
String |
getDatePart() |
String |
getDay() |
String |
getFullPath() |
String |
getMonth() |
String |
getName() |
long |
getSize() |
int |
hashCode() |
boolean |
isClient() |
void |
setClient(boolean client) |
void |
setDate(Date date) |
void |
setDatePart(String datePart) |
void |
setFullPath(String fullPath) |
void |
setName(String name) |
void |
setSize(long size) |
public String getName()
public void setName(String name)
public long getSize()
public void setSize(long size)
public Date getDate()
public void setDate(Date date)
public boolean isClient()
public void setClient(boolean client)
public String getFullPath()
public void setFullPath(String fullPath)
public String getDatePart()
public void setDatePart(String datePart)
public String getDay()
public String getMonth()
Copyright © 2016. All rights reserved.