Show / Hide Table of Contents

Class BasicVISABFile

The BasicVISABFile which serves as an instantiable base implementation for the IVISABFile interface.

Inheritance
java.lang.Object
BasicVISABFile
Implements
IVISABFile
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Namespace:
Assembly: .dll
Syntax
public class BasicVISABFile implements IVISABFile

Constructors

BasicVISABFile()

Needed for deserialization.

Declaration
public BasicVISABFile()

BasicVISABFile(String game, String fileFormatVersion)

Declaration
public BasicVISABFile(String game, String fileFormatVersion)
Parameters
Type Name Description
java.lang.String game
java.lang.String fileFormatVersion

Fields

creationDate

Declaration
protected LocalDateTime creationDate
Field Value
Type Description
java.time.LocalDateTime

formatVersion

Declaration
protected String formatVersion
Field Value
Type Description
java.lang.String

game

Declaration
protected String game
Field Value
Type Description
java.lang.String

Methods

getCreationDate()

Declaration
public LocalDateTime getCreationDate()
Returns
Type Description
java.time.LocalDateTime

getFileFormatVersion()

Declaration
public String getFileFormatVersion()
Returns
Type Description
java.lang.String

getGame()

Declaration
public String getGame()
Returns
Type Description
java.lang.String

setCreationDate(LocalDateTime creationDate)

Declaration
public void setCreationDate(LocalDateTime creationDate)
Parameters
Type Name Description
java.time.LocalDateTime creationDate

setFileFormatVersion(String version)

Declaration
public void setFileFormatVersion(String version)
Parameters
Type Name Description
java.lang.String version

setGame(String game)

Declaration
public void setGame(String game)
Parameters
Type Name Description
java.lang.String game

Implements

IVISABFile
In This Article
Back to top Generated by DocFX