public class SMYLDObject extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
NEW_LINE
Holds the value for making new line in print text
|
static String |
OS_NEW_LINE |
| Constructor and Description |
|---|
SMYLDObject() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
debug(String st) |
String |
getLenName(String value) |
void |
insertInstanceValue(String newInsatnce)
Print the current instance values in order to use it with toString()
method
|
void |
printInstanceValues()
Print the current instance values in order to use it with toString()
method
|
String |
toString()
overrids the object class toString() method in order to give suffiecent
information about the class
|
public static final String NEW_LINE
public static final String OS_NEW_LINE
public String toString()
public void printInstanceValues()
public void insertInstanceValue(String newInsatnce)
protected static void debug(String st)
Copyright © 2019 com.github.mfjamil. All rights reserved.